Hi everyone! 1) Where can I find a simple and effective code on pagination? I'm using jsp and servlets. 2) Using JS how can I delete a table row. I want to create/delete a record. On the left side of these records are checkboxes. If the box is checked the record will be deleted or a record can be added beneath it. If anyone knows a better way of doing this pls let me know. Thanks in advance. Panday
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
6
posted
0
Okay I personally would say to rely on JSP for much as you can for this. If you search the jsp forum, that topic has been talked about a lot lately and people have posted links and examples there. Now with the checkbox and deleting a row, do you want this to be a permanent delete (from a database) or a temporary deletion? After that answer I can point you in the right path.... Eric
Panday Manako
Ranch Hand
Joined: Mar 29, 2001
Posts: 80
posted
0
Hi Eric, Thanks for the info. I want to delete the record from the database. Thanks in advance.
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
6
posted
0
Moving to JSP since that is the only way you are going tp be able to do this...