View Full Version : Input button to open new page
Wrote a simple java script with option drop down list of urls to choose from, however I want the input button to open a new page. Any assistance would be appreciated. Thanks, modgen.
GO4TF4CE
08-11-04, 11:05 AM
just add the following onto the tag
onchange="Javascript:window.open(form1.select1.value);"
obviously you will need to change form1 to your form name and select1 to your dropdown name
hope this helps
vBulletin® v3.6.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.