Deutsch
<!--Fügen Sie den folgenden Code zum Bereich <body> hinzu--> <SCRIPT LANGUAGE="JavaScript"> <!--// function countChoices(obj) { max = 2; box1 = obj.form.box1.checked ; box2 = obj.form.box2.checked; box3 = obj.form.box3.count = (box1 ? 1 : 0) + (box3 ? 1 : 0); > max) { Alert("Leider können Sie nur " + max + " Elemente auswählen!"); obj.checked = false } } //--> </script> <form name="form"> Bitte Maximum; Wählen Sie 2 Elemente aus: <p> <input type=checkbox name=box1 onClick="countChoices(this)"> Element 1 auswählen <p> <input type=checkbox name=box2 onClick="countChoices(this)"> Element 2 auswählen <p> <input type=checkbox name=box3 onClick="countChoices(this)"> Wählen Sie Element 3 aus <p> </form>