J
|
Jane 11/28/2006 |
Hi,
<A onclick="if (!confirm('Do you really want to update these records?')) return false; frmAdmin.a.value='update'; frmAdmin.submit(); return false;" href="orders_list.htm#">update selected</A>
function BeforeDelete($where) { //delete records if(@$_POST["a"]=="delete") return true; //update records //add your code here //... return false; } |