Auswahlboxen?

  • Hallo,
    ich wollte auf meiner Homepage mehrere Auswahlboxen einbauen. Das klapp nur wie kriege ich es hin, dass wenn etwas aus Auswahl Box 1 ausgewählt wurde das in der Auswahl Box 2, ,3, 4 u.s.w. wieder auf Standard zurück gesetzt wird?

    Jede Auswahl Box hat bei mit Links zur Auswahl. Wenn ich einen Link aus der Auswahl Box 1 nehme sollen die anderen auf den Standard wert zurück geschraubt werden?

    hat jemand einen html code dafür ?

  • Sorry meinte nicht auswahlboxen!

    Meine Die auswahlfelder! (dropdown)

    Habe dort 7 stück! Wenn ich im ersten etwas auswählen will sollen die anderen wieder auf den begriff "auswählen" zurück!


    Und noch was!

    Wie kriege ich es hin das die neue seite im iframe gelaen wird?

    Er lädt die seite über die ganze website neu. Statt indem iframe indem er ist!

    CODE:
    <form>
    <table border="0" width="504" height="32" align="center">
    <tr>
    <td width="498" height="22" background="pics/bg/bg-headline.gif">
    <p align="center" style="margin-bottom:0;"><font size="3" face="Tahoma" color="black">Archiv</font></p>
    </td>
    </tr>
    <tr>
    <td width="498" height="-1" background="pics/bg/bg-headline2.gif">
    <p align="center"><span style="font-size:1pt;">a</span></p>
    </td>
    </tr>
    </table>
    <p align="center" style="margin-top:0; margin-bottom:0;"><font face="Tahoma"><span style="font-size:4pt;">.</span></font><font size="2" face="Tahoma">

    1.Mannschaft2.Mannschaft</font></p>
    <p align="center" style="margin-top:0; margin-bottom:0;"> <select name="selectUrl" onChange=
    "top.location.href=
    this.form.selectUrl.options[
    this.form.selectUrl.selectedIndex].
    value">
    <option value="">Saison</option>
    <option value="archiv/1mannschaft2006-07.htm">2006/07</option>
    <option value="archiv/1mannschaft2005-06.htm">2005/06</option>
    <option value="archiv/1mannschaft2004-05.htm">2004/05</option>
    <option value="archiv/1mannschaft2003-04.htm">2003/04</option>
    <option value="archiv/1mannschaft2002-03.htm">2002/03</option>
    <option value="archiv/1mannschaft2001-02.htm">2001/02</option>
    <option value="archiv/1mannschaft1999-00.htm">1999/00</option>
    </select></p>
    </form>