This topic is locked

Remove Confirmation Delete Pop-Up box

8/9/2007 2:57:24 PM
ASPRunnerPro General questions
S
semleon author

Hi. Tried searching on this, but couldn't find an answer.

All I want to do is remove the Pop-Up box that asks "Are you sure you want to Delete"
I just want the record to delete if they click delete....

Sergey Kornilov admin 8/13/2007

You need to proceed to the Visual Editor and open list page in HTML mode.

Remove the code snippet in bold:

onclick="if (confirm('Do you really want to delete these records?')) frmAdmin.submit(); return false;"