File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes HTML, CSS and JavaScript and the fly likes Dynamically updaing JSP Form Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "Dynamically updaing JSP Form" Watch "Dynamically updaing JSP Form" New topic
Author

Dynamically updaing JSP Form

Vinay
Greenhorn

Joined: Feb 03, 2002
Posts: 1
Dear All,
In the following situation your help is highly appreciated.
A form contains various select fields. Depending on users login first <select> is populated. When user selets any value in the first <select>, second <select> is populated. And third <select> is populated based on second <select>. All these values are dynamic i.e. coming from DB. I dont' want to submit the form every time user selects value. Is there any way using javascript I can handle this.
Thanking you all in anticipation.
kind regards,
Vinay
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56521
    
  14

Sure, you could load up the page with all the possible values in Javascript variables, and when various select options are selected, use Javascript to modify the options of the other select elements.
However, this entails you uploading all the possible values with every page load. This may not be practical.
If you need to go back to the server for the data, but don't want the page to refresh, one trick could be to post the server hits to an invisible iframe whose response can contain Javascript that can modify the select elements as appropriate.
hth,
bear


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Dynamically updaing JSP Form
 
Similar Threads
problem in including jsp file dynamically
Populating one drop down based on the other
Drop Downs
How to Validate more then one selection list?
Please solve the problem.