Klaws_wolverine
11-24-2003, 01:04 PM
Hello all,
I am creating a relational menu, where when the user selects a particular option in the first menu, it updates the contents/available selections in the second menu.
Problem is:
<option value="ValueVariable">Option1</option> HTML
siteopt[3] = new Option("Option1"); Javascript
In the javascript code, where does ValueVariable go?
Option1 is what the user sees, but If I want to send the value of this array element, how would I do so.
I would like the value to be 22 and what the user sees to be Alternate Fixes.
Any ideas?
Thanks
I am creating a relational menu, where when the user selects a particular option in the first menu, it updates the contents/available selections in the second menu.
Problem is:
<option value="ValueVariable">Option1</option> HTML
siteopt[3] = new Option("Option1"); Javascript
In the javascript code, where does ValueVariable go?
Option1 is what the user sees, but If I want to send the value of this array element, how would I do so.
I would like the value to be 22 and what the user sees to be Alternate Fixes.
Any ideas?
Thanks