Posted by Tomislav on 05/20/07 23:19
Hello,
I need a method to create Dialog box in PHP to confirm an action like
for instance, sending an e-mail, so if "OK" is clicked action is
performed and if "Cancel" is clicked action is canceled.
I found some examples that are implementing "javascript:return
confirm()" function in "onSubmit" event of a form but none of such
methods is functioning (?).
Is there any way to do this in PHP ?
Thanks,
Tomislav
[Back to original message]
|