nichtschecker: pull-down menü

Beitrag lesen

Also mal schauen:

<html>
 <head>
  <title>GoTo</title>
  <script language="JavaScript1.3">
   <!--
    /* Begin */
    function menu(form) {
    var myindex=form.dest.selectedIndex
    parent.Link.location.href=(form.dest.options[myindex].value);
    }
    /* End */
   -->
  </script>
 </head>

<body>
  <form name="LWform">
   <select name="list" onchange="top.location.href=this.form.list.
    options[this.form.list.selectedIndex].value">
    <option value="goto.html" selected>Bitte auswählen</option>
    <option value="http://www.website1.de">Website 1</option>
    <option value="http://www.website2.de">Website 2</option>
    <option value="http://www.website3.de">Website 3</option>
   </select>
  </form>
 </body>
</html>

--
Nichtschecker
webmaster@diemodellwelt.de
http://www.diemodellwelt.de