I would like it when this link is clicked for a alert box to pop up asking if there sure they want to delete this record. If yes, then the record is deleted, if no, then nothing happens. Here's my code:
Response.Write ("<img src = edit.gif> <a href=delete.asp?ID=" & (recordset("ID") &"><img src = x.gif></a>"
Thanks
Response.Write ("<img src = edit.gif> <a href=delete.asp?ID=" & (recordset("ID") &"><img src = x.gif></a>"
Thanks