Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

list box at jsp

843836Apr 5 2005 — edited Apr 5 2005
<select name="Action">
<option value="Display">Display Info</option>
<option value="Delete">Delete Info</option>
<option value="Display">Update Info</option>
</select>

above is my option for my list box. how do i write a jsp coding to tell that i have selected the 1st option or so on. i wan my button react and direct to respective pages according to th eoption the user use.

thanks!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 3 2005
Added on Apr 5 2005
6 comments
91 views