Forum Moderators: open
i have a jump menu on my site and am trying to validate the site. there was no action put in by default and it would seem that there needs to be one.
the code is
<form>
<div align="right">
<select name="mission_menu1" ondblclick="P7_JumpMenu(this,0)">
<option value="our_mission.htm~window:Main" selected>please select a page to view...</option>
<option value="our_objectives.htm~window:Main">our objectives</option>
<option value="our_not_for_profit_schools.htm~window:Main">our not for profit schools</option>
<option value="equipping_schools.htm~window:Main">equipping schools</option>
<option value="our_constitution.htm~window:Main">our constitution</option>
<option value="our_code_of_ethics.htm~window:Main">our code of ethics</option>
</select>
<input type="button" name="Button1" value="Go" onClick="P7_JumpMenuGo('mission_menu1',0)">
</div>
</form>
does anybody have any ideas what i should put?
thanks,
jim