<script language=javascript>
function check(){
  var xz=document.getElementById("xz");
  alert(xz.checked);
}
</script>
<html>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<input type=checkbox name="xz"  value=1>
<input type=submit name=s1 value="提交" onclick="return check();">
</html>

相关文章:

  • 2022-12-23
  • 2021-11-27
  • 2021-12-09
  • 2021-12-09
  • 2021-12-09
  • 2021-12-09
  • 2021-12-09
猜你喜欢
  • 2021-12-09
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-09
相关资源
相似解决方案