如何实现单击一个按钮,使TABLE增加一行!
代码如下:
<%@ page
import = "java.sql.*"
%>
<table align="center">
<form action = "/exportcreate_s.jsp" method = "post" name = "selectuser" >
<TR>
<TD id = "header" colspan="2" align="right">Select Bargain</TD>
</TR>
<tr>
<td colspan="2" id="footer" align="center">
<input type = button name = "add" value = " add" id="button" >
</td>
</tr>
</form>
</table>