J
|
Jane 2/19/2008 |
Eric,
<A onclick="frmAdmin.a.value='update'; frmAdmin.submit(); return false;" href="TableName_list.htm#">Create table</A>
'Delete selected records if Request.Form("a") = "delete" then BeforeDelete = True exit function end if 'create table strCreate = "create NewTableName" dbConnection.Execute strCreate 'add another actions here BeforeDelete = False End Function |