home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 A / CHIP_HITWARE_7A.iso / internet / Webmaster / _SETUP.4 / Group3 / ddm.jav < prev    next >
Text File  |  1998-12-30  |  2KB  |  44 lines

  1. <!---BeginTitle--->Drop Down Menu with go button<!---BeginJAVHead---><!---BeginJAVBody---><center>
  2. <script LANGUAGE="JavaScript">
  3. /*  This script is from Eric Blanchette  bomuppet@yahoo.com
  4. please feel free to use as long as you copy this copyright along with
  5. the code
  6. */
  7. <!--
  8.  function gotoURL() {
  9.      var Current = document.formName5.selectName5.selectedIndex;
  10.      location.href =
  11. document.formName5.selectName5.options[Current].value;
  12.      return false;
  13.  }
  14.  //-->
  15. </script>
  16.  
  17. <table>
  18.   <tr ALIGN="LEFT" VALIGN="TOP">
  19.     <td><form name="formName5">
  20.       <p><select NAME="selectName5" size="1">
  21.         <option>Choose your destination! </option>
  22.         <option VALUE="http://w3.franco.ca/afy">Site de l'AFY </option>
  23.         <option VALUE="http://www.microtec.net/~bomuppet">The BO Muppet site </option>
  24.         <option VALUE="http://www.yahoo.com">Yahoo! </option>
  25.         <option VALUE="http://www.sears.com">Sears </option>
  26.         <option VALUE="http://www.usa.com">USA </option>
  27.         <option VALUE="http://www.htmlgoodies.com">Cours HTML </option>
  28.         <option VALUE="http://www.canada.com">le Canada </option>
  29.         <option VALUE="http://mail.yahoo.com">Yahoo! mail </option>
  30.         <option VALUE="http://www.hotmail.com">Hotmail </option>
  31.         <option VALUE="http://www.microsoft.com">Microsoft </option>
  32.         <option VALUE="http://www.scotland.com">╔cosse </option>
  33.         <option VALUE="http://www.mirabilis.com">ICQ </option>
  34.         <option VALUE="http://www.patate.com">Le Roi de la patate
  35. </option>
  36.       </select><input name="submitName5" TYPE="SUBMIT" VALUE="Go!"
  37.       onClick="return gotoURL()"><br>
  38.       </p>
  39.     </form>
  40.     </td>
  41.   </tr>
  42. </table>
  43. </center><!--EndJAVBody-->
  44.