Basic pull-down
Please choose here :
Restaurant Menu
Breakfast
Lunch
Dinner
Feedback
About
Source Code
<script language="JavaScript"><!-- //this function supports the UNIT jump menu function jump(){ //find out what is currently selected var loc=document.info.jumpMenu.options[document.info.jumpMenu.selectedIndex].text; //give the person the page they selected if (loc == "Breakfast"){ location="breakfast.html"; }else if (loc == "Lunch"){ location="lunch.html"; }else if (loc == "Dinner"){ location="dinner.html"; }else if (loc == "Feedback"){ location="feedback.html"; }else if (loc == "About"){ location="about.html"; } } // --> </script> <form name="info"> <select name="jumpMenu" size="1"> <option>Restaurant Menu <option>Breakfast <option>Lunch <option>Dinner <option>Feedback <option>About </select><br> <input type="button" value="GO!" onclick="jump()">
Last updated : September 8, 1998
All materiel : Copyright © 1998 help4web.net
All rights reserved.
© DVDesign