Three simple HTML Web page auto-jump method

Source: Internet
Author: User

Three simple HTML Web page auto-jump method, can let you open an HTML page automatically jump to other pages.

Method/Step
  1. <title> is jumping </title>

    <meta http-equiv= "Content-language" content= "ZH-CN" >

    <meta http-equiv= "Content-type" content= "text/html; charset=gb2312 ">

    <meta http-equiv= "Refresh" content= "0.2;url=http://daohang.tengshaowu.cn/" >

    <body>

    </body>

  2. <body>

    <script language= ' javascript ' >document.location = ' http://daohang.tengshaowu.cn/' </script>

    </body>

  3. <meta http-equiv= "Content-type" content= "text/html; charset=gb2312 ">

    <title> is jumping </title>

    <body>

    <form name=loading>

    <p align=center> <font color= "#0066ff" size= "2" > is jumping, please wait a moment </font><font color= "#0066ff" size= "2" Face= "Arial" >...</font>

    <input type=text name=chart size=46 style= "font-family:arial; Font-weight:bolder; Color: #0066ff; padding:0px; Border-style:none; " >

    <input type=text name=percent size=47 style= "color: #0066ff; Text-align:center; Border-width:medium; Border-style:none; " >

    <script>

    var bar=0

    var line= "| |"

    var amount= "| |"

    Count ()

    function count () {

    Bar=bar+2

    Amount =amount + Line

    Document.loading.chart.value=amount

    document.loading.percent.value=bar+ "%"

    if (bar<99)

    {SetTimeout ("count ()", 100);}

    Else

    {window.location = "http://daohang.tengshaowu.cn/";}

    }</script>

    </p>

    </form>

    <p align= "center" > If your browser does not support jump, <a style= "Text-decoration:none" href= "http://daohang.tengshaowu.cn/" > <font color= "#FF0000" > Please click here </font></a>.</p>

    </body>

Three simple HTML Web page auto-jump method

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.