Hey guys,
Im having problems using an input type of "image" on my form. I would like to click the image next to my list and go to that new webpage. For example, if the user selects bears from the list, they will go to For some reason it seems to be using my website name || with the new url. Any help will get you a beer on me!!!! Here is my code:
<body>
<form name="c809">
<p><select name="c748" size="1">
<option selected value=" <option value=" <option value=" </select>
<INPUT TYPE="image" src="HdrIconGO.gif" NAME="point"
onClick="location=document.c809.c748.options[document.c809.c748.selectedIndex].value"></p>
</form>
Im having problems using an input type of "image" on my form. I would like to click the image next to my list and go to that new webpage. For example, if the user selects bears from the list, they will go to For some reason it seems to be using my website name || with the new url. Any help will get you a beer on me!!!! Here is my code:
<body>
<form name="c809">
<p><select name="c748" size="1">
<option selected value=" <option value=" <option value=" </select>
<INPUT TYPE="image" src="HdrIconGO.gif" NAME="point"
onClick="location=document.c809.c748.options[document.c809.c748.selectedIndex].value"></p>
</form>