天天看點

網頁跳轉代碼

js跳轉代碼

<code>&lt;SCRIPT language=javascript&gt;</code>

<code>&lt;!-- Start Code</code>

<code>var</code> <code>ver = navigator.appVersion;</code>

<code>if</code> <code>(ver.indexOf(</code><code>"MSIE"</code><code>) != -1)</code>

<code>{</code>

<code>window.location.href=</code><code>"http://mlhd.org"</code>

<code>}</code><code>else</code>

<code>window.location.href=</code><code>"将這裡改成要轉入的網址2"</code>

<code>// End Code --&gt;</code>

<code>&lt;/SCRIPT&gt;</code>

<code>&lt;script type=</code><code>"text/javascript"</code><code>&gt;</code>

<code>document.location.href = </code><code>"http://www.itlearner.com"</code><code>;</code>

<code>&lt;/script&gt;</code>

隐藏URL架構代碼 

<code>&lt;</code><code>html</code><code>&gt;</code>

<code>&lt;</code><code>head</code><code>&gt;</code>

<code>&lt;</code><code>meta</code> <code>http-equiv</code><code>=</code><code>"Content-Language"</code> <code>content</code><code>=</code><code>"zh-CN"</code><code>&gt;</code>

<code>&lt;</code><code>title</code><code>&gt;&lt;/</code><code>title</code><code>&gt;</code>

<code>&lt;/</code><code>head</code><code>&gt;</code>

<code>&lt;</code><code>frameset</code> <code>framespacing</code><code>=</code><code>"0"</code> <code>border</code><code>=</code><code>"0"</code> <code>rows</code><code>=</code><code>"0"</code> <code>frameborder</code><code>=</code><code>"0"</code><code>&gt;</code>

<code>&lt;</code><code>frame</code> <code>name</code><code>=</code><code>"main"</code> <code>src</code><code>=</code><code>"http://mlhd.org"</code> <code>scrolling</code><code>=</code><code>"auto"</code> <code>noresize&gt;</code>

<code>&lt;/</code><code>frameset</code><code>&gt;</code>

<code>&lt;/</code><code>html</code><code>&gt;</code>

用met參數跳轉

<code>&lt;</code><code>meta</code> <code>http-equiv</code><code>=</code><code>"refresh"</code> <code>content</code><code>=</code><code>"0.1;url=http://mlhd.org/"</code><code>&gt;</code>

<code>&lt;%</code>

<code>response.redirect </code><code>"http://www.mlhd.org"</code>

<code>%&gt;</code>

 網站網頁直接跳轉代碼:

&lt;html&gt;

&lt;head&gt;

&lt;meta http-equiv="Content-Language" content="zh-CN"&gt;

&lt;meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312"&gt;

&lt;meta http-equiv="refresh" content="0.1;url=http://wb.mlhd.org"&gt;

&lt;title&gt;河北魅力網絡&lt;/title&gt;

&lt;/head&gt;

&lt;body&gt;

&lt;/body&gt;

&lt;/html&gt;

也可以下載下傳下面的原檔案

<a href="http://down.51cto.com/data/2366381" target="_blank">附件:http://down.51cto.com/data/2366381</a>

本文轉自 yeybz 51CTO部落格,原文連結:http://blog.51cto.com/hmlwl/1264707

繼續閱讀