wormington
06-19-2005, 04:21 PM
Hi
I'm trying to put a drop down menu in a header frame that changes the pages in the main frame.
Some of the items in my drop down menu are headings and not menu items but they cause problems ie the header page loads in the main frame. What can I do to make nothing happen if a Heading is clicked on and not a menu item.
Here is the code for my drop down menu:-
<form>
<select class="bluemenu" onChange="top.frames['main'].location=this.options[this.selectedIndex].value;">
<option value="#nowhere">Choose an option</option>
<optionvalue="#nowhere">--------------------------------</option>
<option value="#nowhere">HELICOPTERS SALES</option>
<option value="alouettes.htm">Alouette</option>
<option value="agusta.htm">Agusta</option>
<option value="augusta_bell.htm">Bell</option>
<option value="brantly.htm">Brantly</option>
<option value="engstrom.htm">Enstroms</option>
<option value="eurocopter.htm">Eurocopter</option>
<option value="gazelles.htm">Gazelles</option>
<option value="hughes_schweitzer.htm">Hughes/Schweizer</option>
<option value="macdonald.htm">MD Helicopters</option>
<option value="robinsons.htm">Robinsons</option>
<option value="rotorway.htm">Rotorway</option>
<option value="westlandscout.htm">Westland Scout</option>
<option value="#nowhere">--------------------------------</option>
</select>
</form>
Thanks for any help
Wormington
I'm trying to put a drop down menu in a header frame that changes the pages in the main frame.
Some of the items in my drop down menu are headings and not menu items but they cause problems ie the header page loads in the main frame. What can I do to make nothing happen if a Heading is clicked on and not a menu item.
Here is the code for my drop down menu:-
<form>
<select class="bluemenu" onChange="top.frames['main'].location=this.options[this.selectedIndex].value;">
<option value="#nowhere">Choose an option</option>
<optionvalue="#nowhere">--------------------------------</option>
<option value="#nowhere">HELICOPTERS SALES</option>
<option value="alouettes.htm">Alouette</option>
<option value="agusta.htm">Agusta</option>
<option value="augusta_bell.htm">Bell</option>
<option value="brantly.htm">Brantly</option>
<option value="engstrom.htm">Enstroms</option>
<option value="eurocopter.htm">Eurocopter</option>
<option value="gazelles.htm">Gazelles</option>
<option value="hughes_schweitzer.htm">Hughes/Schweizer</option>
<option value="macdonald.htm">MD Helicopters</option>
<option value="robinsons.htm">Robinsons</option>
<option value="rotorway.htm">Rotorway</option>
<option value="westlandscout.htm">Westland Scout</option>
<option value="#nowhere">--------------------------------</option>
</select>
</form>
Thanks for any help
Wormington