Indonesia
<!--Tambahkan kode berikut ke area <body>--> <SCRIPT LANGUAGE="JavaScript"> <!--// function countChoices(obj) { max = 2; box1 = obj.form.box1.checked ; box2 = obj.form.box2.checked; box3 = obj.form.box3.checked; count = (box1 ? 1 : 0) + (box2 ? 1 : 0) + (box3 ? 1 : 0); > max) { alert("Maaf, Anda hanya dapat memilih item " + max + "!"); obj.checked = false; Pilih 2 item: <p> <input type=checkbox name=box1 onClick="countChoices(this)"> Pilih item 1 <p> <input type=checkbox name=box2 onClick="countChoices(this)"> Pilih item 2 <p> <input type=checkbox name=box3 onClick="countChoices(this)"> Pilih item 3 <p> </form>