Use JS to get the URL address of the previous page

Source: Internet
Author: User

In general, there is a return button on each page to return to the previous page with the following code:

<a href= "Javascript:history.go ( -1)" class= "Jsback" ></a>

The above code can actually satisfy our need to return to the previous page, but if we open this link from somewhere else, in fact there is no previous page, in order to enhance the user's experience, we can use JS to control when we click the Return button, the key code is as follows:

if (document.referrer = = =) {    $ ('. Jsback '). attr (' href ', '/');}

The above means that when we click on the judgment, if Document.referrer is an empty string, it will return to the home page, so that the user experience is better.

The Referrer:referrer property returns the URL of the document loaded into the current document, which is actually the previous page.

Use JS to get the URL address of the previous 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.