Hi
I have been having a hard time with this one. What I am trying to do is pull the selected item value from a drop-down list. I need to be able to pass that value to another page. I can with an onchange statement see the value but not save to any type of variable.
Here is the onchange statement
Any ideas how to save this to a variable so I can then pass it on to another web page.
Thanks
Paul Smith
I have been having a hard time with this one. What I am trying to do is pull the selected item value from a drop-down list. I need to be able to pass that value to another page. I can with an onchange statement see the value but not save to any type of variable.
Here is the onchange statement
Code:
onchange="alert('Value: ' + this.options[this.selectedIndex].value)"
Any ideas how to save this to a variable so I can then pass it on to another web page.
Thanks
Paul Smith