Re: [PHP] PHP delete confirmation

2011-04-28 Thread Sharl.Jimh.Tsin
yes,i agree with you,Richard L. Buskirk. process by client-side script,such as javascript is the best and convenient way. Best regards, Sharl.Jimh.Tsin (From China **Obviously Taiwan INCLUDED**) 2011/4/29 : > This can be done in the delete.php file OR use javascript onClick to confirm > the in

RE: [PHP] PHP delete confirmation

2011-04-28 Thread admin
This can be done in the delete.php file OR use javascript onClick to confirm the intent. Delete.php Personally I would use the javascript page navigation is senseless if they miss click. Javascript: Small and simple javascript. onclick="return confirm('Are you sure you want to delete?')"