Wohl weniger, ich bekomme ja nun nicht mal mehr nen JS Error ...
<?
echo "
<form name=auswahl action=$PHP_SELF method=get>
.... weiterer PHP Code ....
<option value="$li[1]" onChange="self.document.auswahl.submit();">$data01[kurart]</option>";
.... weiterer PHP Code .....
?>
das onChange gehört in das SELECT-Tag:
...
<select name="hardware" size="1" onChange="self.document.auswahl.submit()">
<option value="Athlon500">Athlon 500 MHz
<option value="Athlon700">Athlon 700 MHz
<option value="Athlon900">Athlon 900 MHz
</select>
Jain, aber schon besser ich bekomme nen JS Error.
"Das Objekt unterstützt diese Eigenschaft oder Methode nicht"
Lösung?