使用javasript 遍历页面CheckBox

使用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
posted @ 2006-06-02 12:45  simplay  阅读(183)  评论(0编辑  收藏  举报