日期:2014-05-16 浏览次数:20528 次
<table><tr>
<td align="center"><input type="checkbox" id="checktd<%=i%>" name="checktd" /></td>
<td>
<%=seqno%>
<input type="hidden" name="seqno" id="seqno<%=i%>" value="<%=seqno%>"/>
</td>
<td>
<%=rowno%>
<input type="hidden" name="rowno" id="rowno<%=i%>" value="<%=rowno%>"/>
</td>
<td >
<%=com_code%>
<input type="hidden" name="com_code" value="<%=com_code%>"/>
</td>
</tr></table>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" id="html">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
</head>
<script type="text/javascript" src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
<script>
$(function(){
$("#btn_submit").click(function(){
var data=[];
$("input[name='cb']:checked").each(function(index,