warbier: Dropdown Menü

Beitrag lesen

Die Antwort habe ich bereits Selbst heraus gefunden ;)!

Trotzdem danke:

<HTML>
 <Head>
    <Title>Opel-Modelle</Title>
    <img src="opel_logo.png" width="150" align="right">
     <h1><b><i><u><Font Face="Arial">Verschiedene Opel-Modelle</u></b></i></h1>
 </head>

<Font Face="Arial">
 <Body bgcolor="Silver" width="100">
    <P><b>Wählen Sie ihr gewünschtes Model aus:</b></p>
    <BR><BR>
    <P>OPC-Modelle:</p>
    <form action="" name="Auswahl1">
      <select name="list1" size="1" onchange="top.location.href=this.form.list1.options[this.form.list1.selectedIndex].value" width="250">
        <option  selected value="http://127.0.0.1/Opel-Modelle/Dropdown%20-%20Kopie.php">[Bitte auswählen]</option>
        <option  value="http://www.opel.de/res/img/content/shop/cars/corsa/product/model/intro_0AO08.jpg"> Opel Corsa OPC </option>
        <option  value="http://www.opel.de/res/img/content/shop/cars/astra/product/model/intro_0TO08.jpg"> Opel Astra OPC </option>
        <option  value="http://www.opel.de/res/img/content/shop/cars/zafiranew/product/model/intro_0QO75.jpg"> Opel Zafira OPC </option>
        <option  value="http://www.opel.de/res/img/content/shop/cars/meriva/product/model/intro_0ZO75.jpg"> Opel Meriva OPC </option>
      </select><BR>
   <BR><BR><BR>
    <P><h3>Zur Kategorie von Opel:</h3></P>
     <form action="" name="Auswahl2">
      <select name="list2" size="1" onchange="top.location.href=this.form.list2.options[this.form.list2.selectedIndex].value">
        <option selected value="http://127.0.0.1/Opel-Modelle/Dropdown%20-%20Kopie.php">[Bitte auswählen]</option>
        <option  value="http://www.opel.de"> Home </option>
        <option  value="http://www.opel.de/configuratoroverview/content.act"> Konfiguration </option>
        <option  value="https://secure.opel.de/dialog/catalogue/brochure.act"> Kataloge </option onclick="top.location.href=this.form.list2.options[this.form.list2.selectedIndex].value">
        <option  value="https://secure.opel.de/shop/cars/content/testdrive.act"> Probefahrt </option>
        <option  value="http://www.opel.de/opelpartner/dealer.act"> Händlersuche </option>
        <option  value="http://www.opel.de/dialog/inquiry/content.act"> Kontakt </option>
        <option  value="http://www.opel.de/sitesearch.act"> Suche </option>
      </select>
 </Body>