1 2 3 4 5 6 7 | <select name="wahl" onChange="wechsel()" size="1" style="background-color:#c2d6ef; background-repeat: no-repeat; background-position: center; border-top:1px solid white; border-left:1px solid white; border-bottom:1px solid white; border-right:1px solid white;"> <option value="#">-- bitte auswählen --</option> <option value="index.php?haus">Haus</option> <option value="index.php?schiff">Schiff</option> <option value="index.php?wohnwagen">Wohnwagen</option> <option value="#">Keine Auswahl</option> </select> |