J
|
Jane 8/21/2009 |
Hi, <input type=button value=Delete onclick="window.location.href='tablename_edit.asp?editid1={$show_key1}&delete=yes';">
if request.querystring("delete")="yes" and request.querystring("editid1")<>"" then str = "delete from TableName where FieldName=" & request.querystring("editid1") Response.Redirect "tablename_list.asp" dbConnection.Execute str end if |