使用javasript 遍历页面CheckBox
<html>
 <head>
  <script>
   function aaa()
   {
    var result="";
    for(var i=0;i<checkform.checkboxlist.length;i++)
    {
     if(checkform.checkboxlist[i].checked)
     {
      alert(checkform.checkboxlist[i].value);
     }else
     {
     
……
文章来源:http://wangzhq.blog.com.cn/archives/2006/903184.shtml

相关文章:

  • 2021-12-05
  • 2022-12-23
  • 2022-12-23
  • 2021-09-14
  • 2021-12-10
  • 2021-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-20
  • 2022-12-23
  • 2021-08-31
  • 2021-12-16
  • 2022-02-09
相关资源
相似解决方案