可隱藏與不隱藏域名轉(zhuǎn)向代碼(自動跳轉(zhuǎn)代碼)
當(dāng)前位置:點晴教程→知識管理交流
→『 技術(shù)文檔交流 』
個人主頁免費(fèi)用戶常常在網(wǎng)上尋找域名轉(zhuǎn)向,但是你有沒有想過打造自己的域名轉(zhuǎn)向,且看我一一道來!
首先,你要去申請一個免費(fèi)空間,這樣的空間很多,然后把以下的代碼保存為你的主頁文件即可,主頁文件一般為:index.html 、index.htm 、default.html 、default.htm 、index.asp 、index.php 、index.cgi ...... 等等(一般你去申請免費(fèi)空間空間時,空間提供商都會有help進(jìn)行說明)。然后你就可通過這個空間達(dá)到轉(zhuǎn)向的目的。要注意的是:保存為你的主頁文件之前,要將以下有“將這里改成要轉(zhuǎn)入的網(wǎng)址”的地方改成你自已的轉(zhuǎn)向后的URL 。 ------------------------------------------------------------------------------ 不隱藏轉(zhuǎn)向之后的地址 代碼一 ------------------------------------------------------------------------------ 代碼: <html> <head> <meta http-equiv="Content-Language" content="zh-cn"> <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312"> <title></title> </head> <body> <form name=loading> <P align=center><FONT face=Arial color=#0066ff size=2>loading...</FONT> <INPUT style="PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-WEIGHT: bolder; PADDING-BOTTOM: 0px; COLOR: #0066ff; BORDER-TOP-style: none; PADDING-TOP: 0px; FONT-FAMILY: Arial; BORDER-RIGHT-style: none; BORDER-LEFT-style: none; BACKGROUND-COLOR: white; BORDER-BOTTOM-style: none" size=46 name=chart> <BR><INPUT style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; BORDER-LEFT: medium none; COLOR: #0066ff; BORDER-BOTTOM: medium none; TEXT-ALIGN: center" size=47 name=percent> <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 = "將這里改成要轉(zhuǎn)入的網(wǎng)址";} }</SCRIPT> </P></form> </body> </html> ------------------------------------------------------------------------------- 不隱藏轉(zhuǎn)向之后的地址 代碼二 ------------------------------------------------------------------------------- 代碼: <html> <body> <script language="javascript"> <!-- function goToURL() { //v2.0 for (var i=0; i< (goToURL.arguments.length - 1); i+=2) //with arg pairs eval_r(goToURL.arguments+".location="+goToURL.arguments[i+1]+""; document.returnvalue = false; } //--> </script> <body bgcolor="#FFFFFF" onLoad="goToURL(parent,將這里改成要轉(zhuǎn)入的網(wǎng)址);return document.returnvalue"> </body> </html> ------------------------------------------------------------------------------- 不隱藏轉(zhuǎn)向之后的地址 代碼三 ------------------------------------------------------------------------------- 代碼: <html> <head> <meta http-equiv="Content-Language" content="zh-CN"> <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312"> <title></title> </head> <SCRIPT LANGUAGE="javascript"> <!-- Start Code var ver = navigator.appVersion; if (ver.indexOf("MSIE" != -1) { window.location.href="將這里改成要轉(zhuǎn)入的網(wǎng)址" }else window.location.href="將這里改成要轉(zhuǎn)入的網(wǎng)址" // End Code --> </SCRIPT> </html> ------------------------------------------------------------------------------- 不隱藏轉(zhuǎn)向之后的地址 代碼四 ------------------------------------------------------------------------------- 代碼: <html> <head> <meta http-equiv="Content-Language" content="zh-CN"> <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312"> <title></title> </head> <body> <meta http-equiv="refresh" content="0.1;url=將這里改成要轉(zhuǎn)入的網(wǎng)址"> </body> </html> ------------------------------------------------------------------------------- 可隱藏轉(zhuǎn)向之后的地址 ------------------------------------------------------------------------------- 代碼: <html> <head> <meta http-equiv="Content-Language" content="zh-CN"> <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312"> <title></title> </head> <frameset framespacing="0" border="0" rows="0" frameborder="0"> <frame name="main" src="將這里改成要轉(zhuǎn)入的網(wǎng)址" scrolling="auto" noresize> </frameset> </html> 該文章在 2013/5/29 23:47:29 編輯過 |
關(guān)鍵字查詢
相關(guān)文章
正在查詢... |