HowdeeDoodee
Technical User
I am using the following code which works fine.
The above code generates a web site url below.
However, I want to be able to put checkboxes on the form and have the onclick event grab the url of
AND then append BT=ON to the url if the user checks the BT checkbox. Is this possible? Thank you in advance for any replies.
Code:
<select name="values" onChange="if(this.options[this.selectedIndex].value) window.location.href=this.options[this.selectedIndex].value;">
<option>FIND TOPICS STARTING WITH "A"</option>
<option value="[URL unfurl="true"]http://www.websitenow.com/XC/NewPage.php?BT=ON&BK=Tap&CH=10&VR=20[/URL]
</select>
The above code generates a web site url below.
Code:
[URL unfurl="true"]http://www.webpage.com/XZ/SeeNew.php?BT=ON&BK=Tap&CH=10&VR=20[/URL]
However, I want to be able to put checkboxes on the form and have the onclick event grab the url of
Code:
[URL unfurl="true"]http://www.websitenow.com/XC/NewPage.php?Tap&CH=10&VR=20[/URL]