JS Location.href jump out of the frame to open a new page

Source: Internet
Author: User

Later in the framework, when the login failed to return to the login page, but the login page is open in the frame, I want it to jump out of the frame directly, this is not open a new window.

echo "<script language=\" javascript\ ">alert (' login is invalid or not logged in, please login! "Location.href= ' login.php ';</script>";
The original content is like this, to let it jump out of the frame to open the login page, method:
echo "<script language=\" javascript\ ">alert (' login is invalid or not logged in, please login! "Window.top.location.href= ' login.php ';</script>";
In fact, in the jump link before adding a window.top. If you open a new window, you can use the JS window.open ("url", "open Mode"); To open a new window.

JS Location.href jump out of the frame to open a new page

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.