- Impact
- 0
Greetings,
I want to just utilize the button as shown below to point to a specific URL.
How can I do this?
Also, is there a way to alter the size of the button?
Thanks,
Jack
<form name="form1">
<input style="font-size:14px;color:red;font-family:verdana;background-color:yellow;
font-weight:bold;font-style:italic;"
type="button" onClick="location=document.form1.menu.options[document.
form1.menu.selectedIndex].value;" value="GO">
</form>
I want to just utilize the button as shown below to point to a specific URL.
How can I do this?
Also, is there a way to alter the size of the button?
Thanks,
Jack
<form name="form1">
<input style="font-size:14px;color:red;font-family:verdana;background-color:yellow;
font-weight:bold;font-style:italic;"
type="button" onClick="location=document.form1.menu.options[document.
form1.menu.selectedIndex].value;" value="GO">
</form>













