hi i have a table generated by servlet like this
<table>
<tbody>
<!--------------row 1------------>
<tr><td><input type=button value="Add row"></td></tr>
<!--------------row 2------------->
<tr>
<td><input type=text name=data></td>
</tr>
<!--------  xxxxxxxx---------->

</tdoby>
</table>

now i want to add new row at  the comment xxxxxxxx same as row 2 by clicking
button Add row

the value entered by user should not be changed

which is good add row at client side using java script or add row at server
side using servlet ?

have any one has example of inserting row at client side using java script

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to