Lost Link

admin

Administrator
Staff member
I have placed a drop down box into my site but when I do a test on the page an error is highlighted stating that the following link is not found (options[selectedIndex].value)

I have copied below the code that I have used and would be grateful for any assistance. the page that the code is used is <!-- w --><a class="postlink" href="http://www.doncaster40.freeserve.co.uk/centimentalbears.html">www.doncaster40.freeserve.co.uk/centimentalbears.html</a><!-- w --> should you need to look at the source.


<table border=1 width=20% cellspacing=4 cellpadding=4 bgcolor=FFFFCC cols=2><tr><td>
<center><FORM><SELECT name="URL" onChange="if(options[selectedIndex].value) window.location.href= (options[selectedIndex].value)"> <OPTION value=http://www.webdeveloper.com/forum/archive/index.php/"">Centimental Bears For Sale</OPTION><OPTION> </OPTION>
</SELECT><NOSCRIPT><INPUT type=submit value="Go"></NOSCRIPT></FORM></center></td></tr></table>
 
Back
Top