![]() |
Sergey Kornilov admin 11/14/2007 |
You can use the approach similar to "Delete selected" warning on the list page: <input disptype="control1" class=button type=button value="Delete selected" onClick="if (confirm('Do you really want to delete these records?')) frmAdmin.submit(); return false;"> |