Menu
Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
HTML
Set Value of Form Objects Without Submitting?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="HumanJHawkins, post: 692293"] Hi, We have a project where a form needs to have several fields... Drop down lists and text boxes mostly. The problem is that one of the drop down menus needs to be populated based on the value in another drop down menu. So, we want to use "onChange" for the first field to run a query to fill the second field. But all of the examples we have found require us to submit the form before the data is accessible. If we submit the form, then any of the other fields that might have been filled out are lost. Is there any way to say something like: onChange = Get the value of the changed item and run a query. Then fill this other drop down menu with the returned results of that query. Thanks! [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
HTML
Set Value of Form Objects Without Submitting?
Top