JS page Jump latency Method

Source: Internet
Author: User

Method 1:


[Html]
<SPAN style = "FONT-SIZE: 12px"> <script type = "text/javascript">
<! --
Function go (t, url ){
// T sets the jump time in seconds.
// Url setting jump url
 
Document. write ("<div id = text> This page will jump: <span id = 'link'> </span> </div> ");
Document. getElementById ("link"). innerHTML = "<a href =" + url + ">" + url + "</a> ";
$ (T, url );
}

Function $ (t, url ){
Ta = T-1;
Tb = t + "000 ";
D = document. getElementById ("tt ");
D. innerHTML = t;

Window. setInterval (function ()
{
Go_to (url );
},1000 );
}
Function go_to (url ){
D. innerHTML = ta --;
If (ta <0 ){
Document. write ("redirecting to: <a href =" + url + ">" + url + "</a> ");
Location. href = url;
}
Else {
Return;
}
}
// -->
</Script>
 
<Script type = "text/javascript">
Go (5, "/Login. aspx ")
</Script> </SPAN>

<Script type = "text/javascript">
<! --
Function go (t, url ){
// T sets the jump time in seconds.
// Url setting jump url

Document. write ("<div id = text> This page will jump: <span id = 'link'> </span> </div> ");
Document. getElementById ("link"). innerHTML = "<a href =" + url + ">" + url + "</a> ";
$ (T, url );
}
 
Function $ (t, url ){
Ta = T-1;
Tb = t + "000 ";
D = document. getElementById ("tt ");
D. innerHTML = t;
 
Window. setInterval (function ()
{
Go_to (url );
},1000 );
}
Function go_to (url ){
D. innerHTML = ta --;
If (ta <0 ){
Document. write ("redirecting to: <a href =" + url + ">" + url + "</a> ");
Location. href = url;
}
Else {
Return;
}
}
// -->
</Script>

<Script type = "text/javascript">
Go (5, "/Login. aspx ")
</Script>
Method 2:

Window. setTimeout ("too many locationparameters 'index.shtml '", 2000 );

// Jump to the new page in two seconds

 


 

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.