Hallo nochmal,
Sorry, falsche Anführungszeichen:
<input type="button" onClick="this.value=CheckboxenAktivieren(this.form.elements["Stadt[]"]);" value="Ich habe alle besucht"><br><br>
muss heissen:
<input type="button" onClick="this.value=CheckboxenAktivieren(this.form.elements['Stadt[]']);" value="Ich habe alle besucht"><br><br>
Grüße
Andreas
--
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning."
(Rich Cook)
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning."
(Rich Cook)