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, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to