WHY WON'T MY HTML DROP DOWN MENU LINKS WORK.?

Jennifer

New member
Hi all.

Here is the code I'm using:

<form name="SCHOOLS">
<select style="font-size:12px;color:#000000;font-family:verdana;background-color:#ffffff;" name="menu" onChange="window.open(document.SCHOOLS.menu.options[document.SCHOOLS.menu.selectedIndex].value);">
<option value=''>SELECT SCHOOL</option>
<option value="http://www.creativeclothing.ca/agbaillie.html">A.G. Baillie Memorial School</option>
<option value="http://www.creativeclothing.ca/alexandergibson.html">Alexander Gibson Memorial School</option>
<option value="http://www.creativeclothing.ca/barnhill.html">Barnhill Memorial School</option>
<option value="http://www.creativeclothing.ca/basinview.html">Basinview Drive Community School</option>
<option value="http://www.creativeclothing.ca/bayside1.html">Bayside School (1)</option>
<option value="http://www.creativeclothing.ca/bayside2.html">Bayside School (2)</option>
<option value="http://www.creativeclothing.ca/bayview.html">Bayview Elementary School</option>
<option value="http://www.creativeclothing.ca/beaconsfield.html">Beaconsfield Middle School</option>
<option value="http://www.creativeclothing.ca/beechvillelakeside.html">Beechville Lakeside Timberlea Elementary School</option>
<option value="http://www.creativeclothing.ca/birchmount.html">Birchmount School</option>
</select>
</form>

Does anyone know why the menu links/items won't work???

greatly appreciate the help!!!!!!!
 
Back
Top