Português
<!--Adicione o seguinte código à área <body>--> <SCRIPT LANGUAGE="JavaScript"> <!--// function countChoices(obj) { max = 2 box1 = obj.form.box1.checked; ; caixa2 = obj.form.box2.checked; caixa3 = obj.form.box3.checked; > max) { alert("Desculpe, você só pode selecionar itens " + max + "!"); Selecione 2 itens: <p> <input type=checkbox name=box1 onClick="countChoices(this)"> Selecione o item 1 <p> <input type=checkbox name=box2 onClick="countChoices(this)"> Selecione o item 2 <p> <input type=checkbox name=box3 onClick="countChoices(this)"> Selecione o item 3 <p> </form>