Location.href in JavaScript implements page redirection

Source: Internet
Author: User

Please see the following code:

The code is as follows Copy Code

<script type= "Text/javascript" >
function GoBack () {
Location.href = "http://www.111cn.net/";
}
function Gobackrep () {
Location.replace ("http://www.111cn.net/");
}
</script>

HTML code
<p> Click on the Back button to make the page to the homepage, you can click the browser Back button back to this page. The method used is to assign values directly to Location.href.

</p>

The code is as follows Copy Code
<button onclick= "GoBack (); return false; value= Redirect to Home > redirect to Home </button>

<p> Clicking on the Back button will also jump to the home page, but because it is using the Location.replace method, you cannot return to this page through the browser's Back button. </p>

The code is as follows Copy Code
<button onclick= "Gobackrep (); return false; "value=" Redirect to Home (cannot be returned) >

Effect
Click on the Back button to make the page to the homepage, you can click the browser Back button back to this page. The method used is to assign values directly to Location.href.

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.