PDA

View Full Version : Can I do this with Java?


JoshuaGill
10-17-2007, 12:29 PM
I am trying to use Java to change information on an HTML page.

Can I have a drop down menu that will change or show information on the HTML page?

For example, if the user selects option 1, and HTML appears below the drop down menu. If the user selects option 2, different html appears below the drop down menu.

Thank you in advance for your help.