03-01-2008, 07:58 PM
|
#2 (permalink)
|
|
La Vida es Sueño
Join Date: Sep 2007
Location: Oldham
Posts: 2,280
Thanks: 90
|
Personally, I would say that's one of the prime areas to use AJAX. After all, once you delete a single item via a text link, the page will reload and return to the very top of the page, making you scroll back down to where you deleted the item from (if you can remember). At the very least people should be using check-boxes to delete many at a time.
Use Prototype to do the AJAX call and actual deletion of the row upon success. You would be able to do it in 10 minutes, with 10 lines of code -- max!
__________________
The man who comes back through the Door in the Wall will never be quite the same as the man who went out.
|
|
|