Daniel: Nochmal Formular-Überprüfung

Beitrag lesen

Hi,

if ( (anzahl < 11) && (anzahl > 11)
Sorry, dass && muss natürlich || sein. Aber der Fehler muss wo anders liegen, da es mit || auch nicht funktioniert!?

wie wäre es mit:

if (anzahl <> 11)
bzw.
if (anzahl != 11)

nur mal so? oder geht das bei JS nicht?

MfG