My menu looks how I wanted it to but the links will not work, can someone tell me what is wrong with the code...and remember I am a computer moron and need english terms! Thanks any help is appreciated!
my page where the menu is www.manicsrage.com
<HEAD>
<!-- Begin
function formHandler(form){
var URL = document.form.site.options[document.form.site.selectedIndex].value;
window.location.href = URL;
}
// End -->
</SCRIPT>
</HEAD>
<BODY>
<center>
<form name="form">
<select name="site" size=1>
<option value="">I wanna see the....
<option value="http://www.hometown.aol.com/msmanic01/page3.html">Photo Album
<option value="http://www.hometown.aol.com/msmanic01/page6.html">Photo Album #2
<option value="http://www.hometown.aol.com/manicsrage/page7.html">The Old Miami Show
<option value="http://www.hometown.aol.com/msmanic01/page5.html">Scalici's Show
<option value="http://www.hometown.aol.com/msmanic01/index.html">The New Way Show
<option value="http://www.hometown.aol.com/msmanic01/page4.html">Manic Members
</select>
<center><input type=button value="SHOW ME!" onClick="formHandler(this.form)"></center>
</form>
</center>
<!-- Script Size: 1.20 KB -->
<center>More links coming soon!</center>
<HEAD>
<!-- Begin
function formHandler(form){
var URL = document.form.site.options[document.form.site.selectedIndex].value;
window.location.href = URL;
}
// End -->
</SCRIPT>
</HEAD>
Bookmarks