J
|
Jane 1/7/2010 |
Hi, xt->assign("addlink_attrs", "href='tablename_add.php' onClick=\"alert('add button was clicked'); window.location.href='tablename_add.php';\""); |
|
jpedwardspost author 1/7/2010 |
Hi, you can check it in the Add page: Before process event or in the custom Javascript code. Use List page: Before display event to add your Javascript code: xt->assign("addlink_attrs", "href='tablename_add.php' onClick=\"alert('add button was clicked'); window.location.href='tablename_add.php';\"");
|