Need help with Drop Box

I can't seem to get my drop box to work. This is what I have so far. I'm new to making web pages and just trying on. Anyone have any ideas to fix it.<br />
<br />
<br />
<tr><br />
<form name="form1"><br />
<table width="100%" border="0" cellpadding="0"><br />
<tr> <br />
<td><table width="100%" border="0" cellpadding="0" cellspacing="0"><br />
<tr> <br />
<td> <p align="left"> <font size="-2" face="Arial, Helvetica, sans-serif"> <br />
<select name="dropdown" ondblclick="P7_JumpMenu(this,1)"><br />
<option selected>-Select School-<br />
<option value="STANDINGS.html~">Standings<br />
<option value="POWERPOLL.HTML~">Powerpoll<br />
<option value="PICTURES.htm~">Pictures<br />
<option value="ISTATL.htm~">Individual Stat Leaders<br />
<option value="TSTATL.html~">Team Stat Leaders<br />
</select><br />
<input type="button" name="Button1" value="Go" onClick="P7_JumpMenuGo('schooldropdown',1)"><br />
</font> </p></td><br />
</tr><br />
</table></td><br />
</tr><br />
</table><br />
</form><br />
<br />
<br />
<BODY BGCOLOR="#999999"><br />
<CENTER><br />
<BR><A HREF=http://www.htmlforums.com/archive/index.php/"2004STANDINGS.HTML"><H2>Standings</H2></A><br />
<BR><A HREF=http://www.htmlforums.com/archive/index.php/"PICTURES.HTML"><H2>Pictures</H2></A><br />
<BR><A HREF=http://www.htmlforums.com/archive/index.php/"POWERPOLL.html"><H2>S.O.S.Z. Powerpoll</H2></A><br />
<BR><A HREF=http://www.htmlforums.com/archive/index.php/"ISTATL.html"><H2>Individual Stat Leaders</H2></A><br />
<BR><A HREF=http://www.htmlforums.com/archive/index.php/"TSTATL.html"><H2>Team Stat Leaders</H2></A><br />
</CENTER><br />
</BODY><br />
</HTML><!--content--><select name="dropdown" ondblclick="P7_JumpMenu(this,1)"><br />
<option selected>-Select School-<br />
<option value="STANDINGS.html~">Standings<br />
<option value="POWERPOLL.HTML~">Powerpoll<br />
<option value="PICTURES.htm~">Pictures<br />
<option value="ISTATL.htm~">Individual Stat Leaders<br />
<option value="TSTATL.html~">Team Stat Leaders<br />
</select><br />
<br />
Don't you need closing tags for the option? </option><!--content-->How would someone make a drop box?<!--content-->I figured it out!<!--content-->what do you mean how do you make it? you already made it.<br />
<br />
and yes you do need closing option tags. also you have mispelled onclick but i tshould be onchange anyway<br />
<br />
ondblclick="P7_JumpMenu(this,1)"><br />
<br />
should be<br />
<br />
onchange="P7_JumpMenu(this,1)"><!--content-->
 
Back
Top