Use of Choice/combobox question
Hello
I want to write a Java applet (up to Java v1.1) which gets some information from the server and writes a list to a Choice/Combobox on the web page.
Should I use a Choice control as part of my applet? Or should I put the information in a combobox which is part of a html form? What nis best? And how roughly to go about it?