Hi Folks
I've got an anchor in my web page that when clicked, deletes a user from my database:
<a href="delete-user.asp?UserID=id">Delete User</a>
When the delete link is clicked I'd like a dialog box to appear that asks for confirmation before the delete is performed. How can I do this? I realise JavaScript is involved but I'm unsure how to implement it in this case.
Cheers,
Kenny.
I've got an anchor in my web page that when clicked, deletes a user from my database:
<a href="delete-user.asp?UserID=id">Delete User</a>
When the delete link is clicked I'd like a dialog box to appear that asks for confirmation before the delete is performed. How can I do this? I realise JavaScript is involved but I'm unsure how to implement it in this case.
Cheers,
Kenny.