简体   繁体   中英

How to Re-Direct from Jquery modal pop up to the different page in a parent's frame

I have a problem where I have one page containing a login link. When selected I'm opening a Jquery modal pop up(color box) containing a login page.

In login page a login control is placed and on successful login it should redirect to Home page. But currently when i successfully login to the application the new page is opening in the modal pop up itself.

Is there any solution to open the page in the same window of the parent of modal pop up?

You must address the top window as:

$(location, window.top.document).attr('href', url);

url is the address you won to redirect.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM