Re: [PHP] Pop-up warning dialog box

2001-02-18 Thread David Robley
On Mon, 19 Feb 2001 15:25, Edith Lai wrote: > If i want to validate a form and check for empty input which then will > produce a pop up warning dialog box, what should i do? > > thanks If you want to do that client side, you'll need to write a little javascript routine which checks the input and

Re: [PHP] Pop-up warning dialog box

2001-02-18 Thread Chris Adams
On 18 Feb 2001 20:54:16 -0800, Edith Lai <[EMAIL PROTECTED]> wrote: >If i want to validate a form and check for empty input which then will >produce a pop up warning dialog box, what should i do? Read up on your JavaScript. And consider whether this is really a good idea - many people find it ann

[PHP] Pop-up warning dialog box

2001-02-18 Thread Edith Lai
If i want to validate a form and check for empty input which then will produce a pop up warning dialog box, what should i do? thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the li