hi guys,

I'd like to show a little pop-up in oder to inform the user that an
operation (like "edit" or "add" data) has been correctly executed and
to include in the pop-up an "Ok" button that redirects the user to the
view that I wish.
I know that CAKE allows to this by the flash() method but it renders a
new view and not a little "pop-up"as I want.
I thought to realize the pop-up using a simple javascript alert, but i
don't know how to call the execution of this javascript in the view. I
don't understand which is the event to associate in order to show the
alert because the save operation is done in the controller.

Any suggestions!?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to