zoukankan      html  css  js  c++  java
  • js取得gridview中获取checkbox选中的值,郁闷了半天

             测试好半天,才出来,checkbox在第一列,
           for( i=1;i<document.all.GVmain.rows.length;i++)
             {
                var cb=document.all.GVmain.rows(i).cells(0).children(0);
                if(cb.checked)
                {
                     temp0=document.all.GVmain.rows(i).cells(1).innerText;
                     temp1=document.all.GVmain.rows(i).cells(5).innerText;
                     temp2=document.all.GVmain.rows(i).cells(6).innerText;
                  }
             }
  • 相关阅读:
    函数、对象
    webpack配置
    创智培训内容
    oracle方法
    Weblogic
    药店
    ip
    jdk账号
    ansible
    目录编码
  • 原文地址:https://www.cnblogs.com/zhangzheny/p/604945.html
Copyright © 2011-2022 走看看