cakephp - redirect from another div -
Popup Dive from My Home Page Showing, I need to redirect my home page to present a popup form. But my popup form is redirected after completing the controller function, how to redirect my home page.
Now using the $ -> Redirect (Home / Action)
You need to get context on the homepage via java script by pop-up win:
window.opener.location.href = "new page";
Comments
Post a Comment