Re: [PHP] Best Delete Confirmation Script

2002-06-27 Thread Erik Price
On Thursday, June 27, 2002, at 12:48 PM, Shane wrote: > I would like your opinions on the best way to implement an "Are You > Sure You Want To Do This?" dialog for an Admin user when they go to > delete a record in a DB. > > Do you find that a whole page is usually required for this, or does

Re: [PHP] Best Delete Confirmation Script

2002-06-27 Thread Richard Baskett
quot;Shane" <[EMAIL PROTECTED]> > Date: Thu, 27 Jun 2002 09:48:37 -0700 > To: <[EMAIL PROTECTED]> > Subject: [PHP] Best Delete Confirmation Script > > Greetings. > > I would like your opinions on the best way to implement an "Are You Sure You > Want To D

Re: [PHP] Best Delete Confirmation Script

2002-06-27 Thread Dennis Moore
more of an application feel rather than a website look. Just my opinion... /dkm - Original Message - From: "Shane" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 27, 2002 12:48 PM Subject: [PHP] Best Delete Confirmation Script > Greetin

Re: [PHP] Best Delete Confirmation Script

2002-06-27 Thread Jeff Lewis
Shane, I use a javascript prompt. When you click OK, it passes the information on to the PHP script to do the work :) Jeff - Original Message - From: "Shane" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 27, 2002 12:48 PM Subject: [PHP] Best Dele

[PHP] Best Delete Confirmation Script

2002-06-27 Thread Shane
Greetings. I would like your opinions on the best way to implement an "Are You Sure You Want To Do This?" dialog for an Admin user when they go to delete a record in a DB. Do you find that a whole page is usually required for this, or does anyone have any nice pop up solutions for such a query