View Single Post
  #5 (permalink)  
Old 06-13-03, 05:45 AM
The Wolf's Avatar
The Wolf The Wolf is offline
CMS Developer
 
Join Date: Jun 2003
Posts: 83
Thanks: 0
Thanked 0 Times in 0 Posts
You could have a hidden input with the value of the row to be deleted, and when the user clicks on the 'delete' button it uses 'onMouseDown' to set the hidden inputs value then submits the form.
Reply With Quote