Js: implement the effect of the previous page. [Code]: js Previous Page.

Source: Internet
Author: User

Js: implement the effect of the previous page. [Code]: js Previous Page.

Javascript returns the previous page:

1. history. go (-1), return two pages: history. go (-2 );

2. history. back ().

3. window. history. forward () returns the next page

4. window. history. go (return the page number, or use the accessed URL)

Example:
Copy codeThe Code is as follows:
<A href = "javascript: history. go (-1);"> previous page </a>

Response. Write ("<script language = javascript> ")
Response. Write ("if (! Confirm ('finish the task? ') {History. back ();}")
Response. Write ("</script> ")
Response. Write ("<script language = javascript> history. go (-1); </script> ")
<A href = "javascript: history. go (-1);"> previous page </a>

Page jump:

P.S.
Tips (JS reference JS ):
Copy codeThe Code is as follows:
<Script type = text/javascript>
<! --
If (typeof SWFObject = "undefined "){
Document. write ('<scr' + 'iptype = "text/javascript" src = "/scripts/swfobject-1.5.js"> </scr '+ 'ipt'> ');}
// -->
</Script>

The above js implementation of the next page on the previous page [with code] is all the content shared by xiaobian to everyone, I hope to give you a reference, but also hope you can support a lot of help homes.

Related Article

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.