The short story is this. I build on the
JSP page a drop down menu using a bit of
java to make a database call (because it needs to be dynamic).
Now, the user should be able to select from the combo-box a value (no problem) but then I need to use that value to pass it to a piece of java code on the page to make another database call in order to grab some peremeters to build a table later on down the page.
I HAVE NO IDEA HOW TO DO ANYTHING IN HTML/JAVASCRIPT...please help me. I have poored over resource but I am simply lost in how to do this.
Thank you so much to anyone who can give me some solid guidance/examples.
[ April 07, 2005: Message edited by: Bear Bibeault ]