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

Popular posts from this blog

email - PHP mail error ... failed to open stream : permission denied -

sql server - SQL Query - Delete duplicates if more than 3 dups? -

c# 3.0 - Issue with getting 2 chars from string using indexer -