roxygurlie
07-16-2003, 11:07 PM
this code isn't working..when i choose something and press go it says like that the page can't be displayed.. I know that they are correct sites and everyhting.. i think something is wrong with the html.. PLEASE HELP!!!!!!
heres the code:
<form name="Links">
<select name="Links">
<option value="#">SELECT:</option>
<option value="www.angelfire.com/rock3/rshoo619/Imagine">Home</option>
<option value="www.thestrokes.com">The strokes' official site</option>
<option value="www.thevines.com">the vines official site</option>
<option value="www.thewhitestripes.com">The White stripes Site</option>
</select> <input type="button" value="Go" onClick="self.location.href=document.Links.Links.options[document.Links.Links.selectedIndex].value">
</form>
heres the code:
<form name="Links">
<select name="Links">
<option value="#">SELECT:</option>
<option value="www.angelfire.com/rock3/rshoo619/Imagine">Home</option>
<option value="www.thestrokes.com">The strokes' official site</option>
<option value="www.thevines.com">the vines official site</option>
<option value="www.thewhitestripes.com">The White stripes Site</option>
</select> <input type="button" value="Go" onClick="self.location.href=document.Links.Links.options[document.Links.Links.selectedIndex].value">
</form>