<Script Language = JavaScript> Fonction Check () {var xz = document.getElementById ("XZ"); alerte (xz.checked); } </ script> <html> <méta http-equiv = "contenu-type" contenu = "text / html; charset = utf-8" /> <input type = checkbox name = "xz" id = "xz" value = 1> <entrée type = soumide name = s1 value = "提交" onclick = "return ();"> </ html>