J
|
Jane 12/17/2008 |
Hi, <input type=button class=button value="Delete All" onclick="window.location.href='tablename_list.asp?delete=all';">
if request.querystring("delete")="all" then dbConnection.Execute "delete from TableName" end if |
M
|
mgill author 12/17/2008 |
THANK YOU SO MUCH !!!!!! Hi, here is sample code for button: Add this code on the Visual Editor tab in HTML mode. Then check request.querystring("delete") in the List page: Before process event on the Events tab and delete records if needed: |