在国产在线视频a在线视频,国产欧美一区二区三区网站,国内精产品一二二三的区别,国产日韩精品91

    <s id="gmbiu"></s>

        <sup id="gmbiu"><thead id="gmbiu"><input id="gmbiu"></input></thead></sup>
        <strike id="gmbiu"></strike>

        管理員登陸

        html中幾種頁面跳轉(zhuǎn)寫法

        有時(shí)要在html中做下頁面的跳轉(zhuǎn),幾種寫法做個(gè)小記錄,方便需要時(shí)查找,都經(jīng)過子猴驗(yàn)證沒問題的 O(∩_∩)O~

        1、meta寫法

        1. <html>
          <head>
          <meta http-equiv=”refresh” content=”0;url=http://127.0.0.1/w/”>
          </head>
          <body> 
          </body></html>

        2、onload寫法

        1. <head>
          <meta http-equiv=”Content-Type” content=”text/html; charset=GBK″ />
          </head>
          <body onLoad=”parent.location=’http://127.0.0.1/w’”></body>

        3、Javascript寫法

        1. <body>
          <script language=”JAVASCRIPT”>
          setTimeout(“document.location.href=’http://127.0.0.1/w’”,0);
          </script>
          
          </body>

        信息科技 2010-12-21 23:32:18 通過 網(wǎng)頁 瀏覽(3386) 打印

        共有0條評論!

        發(fā)表評論