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 .....
?>