home *** CD-ROM | disk | FTP | other *** search
/ Web Designer 98 (Professional) / WebDesigner 1.0.iso / htmled1 / hs25set.exe / MENU.JS < prev    next >
Encoding:
Text File  |  1996-12-13  |  613 b   |  20 lines

  1. <script language="JavaScript"> 
  2. <!-- 
  3. // origjnal code by Bill Trefzger 12/12/96
  4. function go(){
  5. if (document.selecter.select1.options[document.selecter.select1.selectedIndex].value != "none") {
  6. location = document.selecter.select1.options[document.selecter.select1.selectedIndex].value
  7.  }                       
  8. }
  9. //-->
  10. </script>
  11.  
  12. <script language="JavaScript"> 
  13. <!-- 
  14. document.write('<form name="selecter"><select name="select1" size=1>');
  15. /* HOMESITE */
  16. document.write('</select>');
  17. document.write('<INPUT TYPE="button" VALUE="Go" onclick="go()">');
  18. document.write('</form>');
  19. //-->
  20. </script>