Re: command-button and confirmation

2007-04-16 Thread Adam Winer
Something like: should do the trick. -- Adam On 4/16/07, Jens Stegemann <[EMAIL PROTECTED]> wrote: Hi, I would like to add a confirmation dialog to a command button so that it asks me if am sure to continue before it fires the action. Has anybody here ever done something like that? Using

command-button and confirmation

2007-04-16 Thread Jens Stegemann
Hi, I would like to add a confirmation dialog to a command button so that it asks me if am sure to continue before it fires the action. Has anybody here ever done something like that? Using Javascript it would be as easy as adding an if (confirm(...)) in front of the submit command. Unfortunate