Netscape 4.7 zeigt Auswahlmenü nicht an!
Mauro Palumbo
- html
0 Christian0 Andreas0 GraveDigga
Hallo zusammen
Kann mir nicht jemand verraten, weshalb mir Netscape 4.7 meine Auswahlmenü nicht anzeigt?
Ich verwende folgendes Skript:
<table border="0" width="400">
<tr>
<td width="50%"><b>C-Stahl:</b></td>
<td width="50%">
<select name="form1" size=1 style="width:320px;" onChange="cstahl(this.options[this.options.selectedIndex].value)">
<option> Bitte eine Produktegruppe auswählen
<option value="formstahlrohre"> Formstahlrohre
<option value="praezisionsstahlrohre"> Geschweisste Präzisionsstahlrohre
<option value="handelsrohre"> Handelsrohre
<option value="hohlprofile"> Hohlprofile
<option value="hydraulikstahlrohre"> Nahtlose Präzisions- und Hydraulikstahlrohre
<option value="stahlrohre"> Nahtlose starkwandige Stahlrohre
<option value="profilstahlrohre"> Profilstahlrohre
<option value="rohrzubehoer"> Rohrzubehör
</select>
</td>
</tr>
</table>
Gruss
Mauro
Hallo zusammen
Kann mir nicht jemand verraten, weshalb mir Netscape 4.7 meine Auswahlmenü nicht anzeigt?
Ich verwende folgendes Skript:
<table border="0" width="400">
<tr>
<td width="50%"><b>C-Stahl:</b></td>
<td width="50%">
<select name="form1" size=1 style="width:320px;" onChange="cstahl(this.options[this.options.selectedIndex].value)">
<option> Bitte eine Produktegruppe auswählen
<option value="formstahlrohre"> Formstahlrohre
<option value="praezisionsstahlrohre"> Geschweisste Präzisionsstahlrohre
<option value="handelsrohre"> Handelsrohre
<option value="hohlprofile"> Hohlprofile
<option value="hydraulikstahlrohre"> Nahtlose Präzisions- und Hydraulikstahlrohre
<option value="stahlrohre"> Nahtlose starkwandige Stahlrohre
<option value="profilstahlrohre"> Profilstahlrohre
<option value="rohrzubehoer"> Rohrzubehör
</select>
</td>
</tr>
</table>
Gruss
Mauro
hi,
hast schon mal versucht das style-attribut wegzulassen, ich weiß nicht genau, kann aber sein das es daran liegt.
grüsse Christian
Hallo!
Kann mir nicht jemand verraten, weshalb mir Netscape 4.7 meine Auswahlmenü nicht anzeigt?
Du hast das <form> (vor <select...) und das </form> (nach </select>) vergessen.
Gruss
Andreas
Hallo!
Kann mir nicht jemand verraten, weshalb mir Netscape 4.7 meine Auswahlmenü nicht anzeigt?
Du hast das <form> (vor <select...) und das </form> (nach </select>) vergessen.
Gruss
Andreas
Hallo Andreas
Als ich im SelfHtml nachgeschaut habe, ist dort auch das <form>-Attribut ausgelassen worden. Aber es ist tatsächlich dieses, was für den Netscape 4.7 fehlte.
Vielen Dank nochmals.
Gruss
Mauro
hehe,
der mozilla 0.9.2 machts einwandfrei...