I have a form button in a webpage for deleting records in a database. For this I need the user confirmation like "Are you sure you want to delete the record?" Yes/No.
Can you help me?
do not rely solely on javascript for this. if i were you, i'd do another check server-side to make sure the user wants to do this. maybe an in-between page, because if i disable javascript, then click the delete link, i won't be asked if i'm sure.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.