Use JavaScript to implement the "back" Button Function

Source: Internet
Author: User

Use JavaScript to implement the "back" Button Function

John D. Mitchell

Introduction
This tip teaches you how to allow your readers to jump back to their previous pages from the current page.

Is there a magic button that can be placed anywhere in your HTML document, so that your readers can jump back from the current page to the previously viewed page? Maybe you are not as lazy as I am, but it's not strange to think about it. When the page is very long, I hate to move the mouse over the "back" button of the browser.

<A href = "javascript: history. Go (-1 )"
Onmouseover = "self. Status = Document. referrer; return true"> go back </a>

You must pay attention to the following points:

  • This technique is only valid in browsers that support JavaScript (such as Netscape Navigator.
  • When you move the cursor over "back", the target URL is displayed in the status bar,However:
    • For some strange reason, this function is only valid when the page is linked from a hot link.
    • If you directly enter the URL or use JavaShowdocument ()To display the page.NoThe target URL is displayed in the status bar.

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.