代码如下:
<table width="100%" border="1" cellpadding="0" cellspacing="0" class="table">
              
            <tr>
              <td width="5%" class="table_th"><input type="checkbox" name="cbSelectAll" id="cbSelectAll"      onClick="funSetAll()"/></td> 
              <td class="table_th" width="10%">机械编号</td>     
              <td class="table_th" width="15%">日  期</td>            
              <td class="table_th" width="40%">车况</td>
              <td class="table_th" width="40%">备注</td>            
            </tr>   
   
    <tr>
                    <td class="table_td"><input type="checkbox" name="chk" id="" value=""/></td>
              <td class="table_td"><select name="objcode">
                    <option value="">55</option>
  <option value="">66</option>
                   </select></td>
              <td class="table_td"><input type="text" size="18" id="carwashdate" name="carwashdate" value=""></td>
              <td class="table_td"><input type="text" size="45" name="carwashstatus" value=""></td>
              <td class="table_td"><input type="text" size="45" name="carwashre" value=""></td>
                  
            </tr>
   
    <table width="100%" class="table" border="0">  
            <tr>
                <td class="table_td">&nbsp;</td>
                <td class="table_td" width="10%"><input type="submit" class="button" name="saveButton" value="提交"></td>
                <td class="table_td">&nbsp;</td>
             </tr>
        
        </table>