input 中 name=中保存的是编号,怎样把这个信息传递给下一个程序?
<input type="button" name="<%=rs("id")%>" value="添加" onClick="subadd()">
因为这些按钮是以ID号为名的,那怎么样通过点击这个按钮就把这个ID信息传递给下一个程序,以便对传过来的ID进行处理?
2008-06-23 20:02
2008-06-23 20:42

2008-06-23 21:03

2008-06-24 01:53