Subject: Assigning combobox value
Posted By: Manoah Post Date: 7/24/2008 11:29:46 PM
How to assign value to a second combobox with reference to first combobox?

Reply By: ssteward54 Reply Date: 7/28/2008 8:51:17 AM
Here's a good article on Dynamic Options with JavaScript at http://www.quirksmode.org/js/options.html.  This will help you populate the second combo box, just use the data from the first combo box to drive your options in the second one.  If you have a lot of options to load you can also use Ajax to dynamically load the combo box.

Shawn Steward
Web Developer
www.shawnsteward.com
Reply By: Manoah Reply Date: 7/29/2008 12:20:00 AM
Thank you very much Shawn.


Go to topic 73082

Return to index page 2
Return to index page 1