Wenn ich auf das Bild klicke steht nur:
wie lautet der richtige fkt. aufruf?
scu.
[FONT=courier new]
<form name="MetaForm">
<table>
<tr>
<td>
<select size="5" name="MetaAusw" onChange="Go(this.form.MetaAusw.options[this.form.MetaAusw.options.selectedIndex].value,'spez.htm')" class="qbar" style="width:245px;">
<option value="?kat=2">blalb</option>
</select>
</td>
</tr>
<tr>
<td>
[COLOR=red]<img src="pics/pfeil.gif" width="32" height="20" onClick="Go(this.form.MetaAusw.options[this.form.MetaAusw.options.selectedIndex].value,'update.php');">[/COLOR]
</td>
</tr>
</table>
</form>[/FONT]
this.form.MetaAusw ist kein Objekt
scu.
[FONT=courier new]
<form name="MetaForm">
<table>
<tr>
<td>
<select size="5" name="MetaAusw" onChange="Go(this.form.MetaAusw.options[this.form.MetaAusw.options.selectedIndex].value,'spez.htm')" class="qbar" style="width:245px;">
<option value="?kat=2">blalb</option>
</select>
</td>
</tr>
<tr>
<td>
[COLOR=red]<img src="pics/pfeil.gif" width="32" height="20" onClick="Go(this.form.MetaAusw.options[this.form.MetaAusw.options.selectedIndex].value,'update.php');">[/COLOR]
</td>
</tr>
</table>
</form>[/FONT]
Kommentar