Click here to Skip to main content
15,893,668 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How do i do multiple selection in dropdownlist using jsp.For each selected items a page must be displayed.
Posted
Comments
Prasad Khandekar 24-Mar-13 10:23am    
What do you mean by "For each selected items a page must be displayed". You can not display multiple pages simultaneously under normal circumstances in a browser. Please restate the problem. Multiple selection in a dropdown is not a function of JSP. HTML ListBox/Combobox offers that feature independent of the technology used for outputting the HTML.
Sandeep Mewara 24-Mar-13 11:20am    
Along with Prasad's comment, you have tagged it javaScript and talk of JSP. What/How are you trying to implement this featurE?

1 solution

For the type of question you asked,

i am in a habit of doing crazy things like that,

the solution to this is,

you can devide the page into number of frames equal to the number of options in your dropdown-list,

and control those frames ,whatever you want them show through javascript select events.

It works..I have tried it... :D
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900