DrSeussFreak
Programmer
I have an ASP page that after selecting data from either 1, 2 or 3 drop-downs auto refreshes. It works fine. When I try to scroll through the records though, it does not keep the variables that I passed.
That is an example of 1 of the selects for the drop downs. I want to pass the variable that is selected in the string. Example below
Code:
<select name="slProducts" size="1" onChange="document.forms['frmSelect'].action = 'ViewProductInfo.asp'; submit();">
That is an example of 1 of the selects for the drop downs. I want to pass the variable that is selected in the string. Example below
Code:
<select name="slProducts" size="1" onChange="document.forms['frmSelect'].action = 'ViewProductInfo.asp?prod=VALUE'; submit();">