Come si controlla con un alert una check box per accettare delle condizioni!
<input type="checkbox" name="agree" value=yes checked>
Come si controlla con un alert una check box per accettare delle condizioni!
<input type="checkbox" name="agree" value=yes checked>
if(document.nome_form.nome_chechbox.checked){
alert("cliccata")
}
![]()
![]()
No ai layout tabellari!
Insulto libero: http://forum.html.it/forum/showthread.php?s=&postid=12524872#post12524872
scritta così non funziona...
Function (agree)
if(document.form1.agree.checked){
alert("cliccata")
}
End Function