PDA

View Full Version : Input button to open new page


modgen
10-01-03, 08:06 PM
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