Help

In Jsp on button ckick iwant to add option in dropdown list how can i do that
[84 byte] By [NikisinProblema] at [2007-11-27 8:14:15]
# 1
Use a better subject line please. You were asked last time as well.
cotton.ma at 2007-7-12 19:58:46 > top of Java-index,Java Essentials,New To Java...
# 2
Look up "javascript dynamic select" using google. You will get loads of examples.
gimbal2a at 2007-7-12 19:58:46 > top of Java-index,Java Essentials,New To Java...
# 3
I'd love to help, but there's a "plzzzz it's urgent" elsewhere that needs my attention
georgemca at 2007-7-12 19:58:46 > top of Java-index,Java Essentials,New To Java...
# 4
Put an onclick call on your input (button ) html tag that calls a method that then adds an option element to the select list.Lot's of examples of this on the web....
bryanoa at 2007-7-12 19:58:46 > top of Java-index,Java Essentials,New To Java...