I have a display:table table that contains several display:column entries. One of the display:column entries has a href that fires off a delete action.
My problem is this:
How do I prompt the user to confirm the delete before I actually follow through with the action?
thanks,
Ron
Beagle
03-17-2006, 11:08 PM
<a href=http://codingforums.com/archive/index.php/"javascript:delete(this)" onclick="return confirm('Are you frickin serious?!');">Delete me</a>