Hi,<br><br> I have an ASP page that users can search for records and then either edit or delete a record. I would like to know if it is possible - and if so how, I can confirm a delete process with a message box. e.g. when they click on a link to delete a record this fires off a message window that asks "are you sure you want to delete that record yes/no?". On yes it performs the SQL statement, on no I don't want it to do anything.<br><br> Thanks in advance for any help. Dan.