ynotlim
12-01-2006, 10:14 PM
Hello...
I have this select input and onchange I want it to go to a specific link. Here's what I want it to do but not sure how
<SELECT Name="tape_type" VALUE="" onChange="window.location.href=tape.cgi?tape_type=$in{'$tape_type'}">
<OPTION>--</OPTION>
<OPTION VALUE='ADV'>ADV
<OPTION VALUE='APP'>APP
<OPTION VALUE='ATF'>ATF
<OPTION VALUE='CEEB'>CEEB
</SELECT>
It needs to go to the same page, but have the value stored in $tape_type added to the link. How do I assign the link??
Thank you in advance
I have this select input and onchange I want it to go to a specific link. Here's what I want it to do but not sure how
<SELECT Name="tape_type" VALUE="" onChange="window.location.href=tape.cgi?tape_type=$in{'$tape_type'}">
<OPTION>--</OPTION>
<OPTION VALUE='ADV'>ADV
<OPTION VALUE='APP'>APP
<OPTION VALUE='ATF'>ATF
<OPTION VALUE='CEEB'>CEEB
</SELECT>
It needs to go to the same page, but have the value stored in $tape_type added to the link. How do I assign the link??
Thank you in advance