js取得复选框值checkbox_js取得复选框值checkbox

时间:2016-03-17  来源:Action  阅读:

js取得复选框值checkbox

function del(action)
 {
  if( confirm("打扰一下,请问你确认不是点错了?",""))
  {
    var m1 = document.getElementsByName("box[]");
    var l1 = m1.length;
    var str ="";
    for( var j=0;j     {
     if( m1[j].checked == true )
    {
     if( j      {
      str =str+m1[j].value+",";
     }
     else
     {
      str =str+m1[j].value;
     }
    }
    }
    if(  str == "" )
    {
     alert("不会进行任何操作,你未选择任何记录!");
     }
     else
     {
      window.location="public.php?action="+action+"&aid="+str;
     }
  }
 }

js取得复选框值checkbox_js取得复选框值checkbox

http://m.bbyears.com/flash/22473.html

推荐访问:
相关阅读 猜你喜欢
本类排行 本类最新