Link to home
Start Free TrialLog in
Avatar of error77
error77

asked on

Cakephp dialog messages

Hi all,

Anyone know how to call a dialog alert or something like that on cakephp controller without having to create a template for the popup to load it from?

Thanks

ASKER CERTIFIED SOLUTION
Avatar of NeoAshura
NeoAshura
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of error77
error77

ASKER

I've tried adding a JavaScript alert message on the controller and I works but I load the template first and then inside the template it popups the alert. :-/
Avatar of error77

ASKER

Any ideas please?