我要疯了,还是复选框的问题  最后一次在发复选框的帖子 谢谢大家
<!DOCTYPE   HTML   PUBLIC    "-//W3C//DTD   HTML   4.01   Transitional//EN " 
  "http://www.w3.org/TR/html4/loose.dtd ">  
  <html>  
  <head>  
  <%@   page   language= "java "   contentType= "text/html;   charset=UTF-8 "   pageEncoding= "UTF-8 "%>  
  <%@page   import= "com.gsi.role.db.ConnDB2Imp "   %>  
  <%@page   import= "com.gsi.role.util.HandlePage    "   %>  
  <%@page   import= "java.sql.ResultSet "   %>  
  <%@page   import= "com.gsi.role.po.Sys_Roles "   %>  
  <META   http-equiv= "Content-Type "   content= "text/html;   charset=UTF-8 ">  
  <META   name= "GENERATOR "   content= "IBM   Software   Development   Platform ">  
  <META   http-equiv= "Content-Style-Type "   content= "text/css ">  
  <TITLE> OA系统 </TITLE>  
  </head>  
  <%             
                   ConnDB2Imp   conndb   =   new   ConnDB2Imp(); 
 	      HandlePage   handlePage   =   new   HandlePage(); 
                   String   UsrName=request.getParameter( "Name "); 
                   String   UsrID=request.getParameter( "ID "); 
                   Sys_Roles   te=   new   Sys_Roles(); 
 	      int   size   =   12; 
 	      int   pageCount   =   0; 
 	      String   sql=    "select   *   From   sys_roles "; 
                   ResultSet   rs   =   conndb.returnSelectRs(sql); 
 	      rs.last(); 
 	      int   recordCount   =   rs.getRow(); 
 	      handlePage.calcuePage(recordCount,size); 
 	      pageCount   =   handlePage.getPageCount(); 
 	      rs.beforeFirst(); 
 %>  
  <style   type= "text/css ">  
  <!-- 
 body,td,th   { 
 	font-size:   12px; 
 	font-family:   宋体; 
 } 
 a:link   { 
 	text-decoration:   none; 
 } 
 a:visited   { 
 	text-decoration:   none; 
 } 
 a:hover   { 
 	text-decoration:   none; 
 	color:   #999999; 
 } 
 a:active   { 
 	text-decoration:   none; 
 } 
 -->  
  </style>  
  <style   type= "text/css ">  
  <!-- 
 table.a   tr   {background-color:expression((this.sectionRowIndex%2==0)? "#D9FFFF ": "#FDFFFF ")} 
 body   { 
 	margin-left:   6px; 
 	margin-top:   0px; 
 	margin-right:   0px; 
 	margin-bottom:   0px; 
 } 
 .style44   { 
 	font-weight:   bold; 
 	color:   #0000CC; 
 	font-size:   16px; 
 	font-family:    "宋体 "; 
 } 
 -->  
  </style>    
  <body>  
  <table   width= "741 "   border= "0 "   cellspacing= "0 "   cellpadding= "0 ">  
        <tr>  
              <td   height= "38 "   >  
              <table   width= "