全选,反选,全不选代码

 

//连接数据库
include "../userManage/include/dbConn.php";
$sql="select * from user";

$a=mysql_query($sql);

?>





//建表


 
   
     
       
     
     
       
     
     
       
       
       
       
       
       
  
      while($array=mysql_fetch_array($a)){
   ?>

//把数据库的信息传到表单里
   


   
  
   
    
  
   
   
   }
    ?>
         
       
     
     
       
     
 
竞拍项目管理
 
选定用户id用户password权限
     

      
         
         
         
   
   
   
   
   
   
         

       

 
       function  selectAll(type) 
       { 
     var obj=document.getElementsByName("idlist[]"); 
  if(type=='qx'){
  for(var i=0;i          obj[i].checked="true";
     }
   }
   if(type=='qbx'){  
  for(var i=0;i          obj[i].checked="";
   }
       }
     if(type=='fx'){
  for(var i=0;i  
         if(obj[i].checked){
   obj[i].checked="";
   }else{  
   obj[i].checked="true";
   }
   }
       } 
    }


 

你可能感兴趣的:(button,class,input,stylesheet,javascript,数据库)