es funktioniert einfach nicht eine PHP Funktion aufzurufen!
--------PHP------
function anzahlgeaendert($anzahl, $produkt)
{
[irgendwas....]
}
<form>
<input class=anzahl onChange=anzahlgeaendert(this.value, &pid) name=anzahl type=select size=1 maxlength=3 value=$anzahl>
</form>
WARUM ZUM TEUFEL FUNZT DAS NICHT????