可隐藏与不隐藏域名地址转向代码(自动跳转代码)

  今天要用用域名地址转向的代码,国内的域名就是“好”,连URL转发也停止了,既然域名那不能设置,只好在空间上设置吧,找到以下几种方式,都还不错,有需要的可以自己试试。

  把以下的代码保存为主页的文件即可,新建一个txt文件,然后把代码弄进去,换成自己的网址,然后保存退出后修改文件名字和后缀名,一般为:index.html 、index.htm 、default.html 、default.htm 、index.asp 、index.php 、index.cgi …… 等等。

——————————————————————————
不隐藏转向之后的地址 代码一
——————————————————————————
代码:
<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 = “将这里改成要转入的网址,例如http://xc84.com“;}
}</SCRIPT>
</P></form>
</body>
</html>
——————————————————————————-
不隐藏转向之后的地址 代码二
——————————————————————————-
代码:
<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,将这里改成要转入的网址,例如http://xc84.com);return document.returnvalue”>
</body>
</html>
——————————————————————————-
不隐藏转向之后的地址 代码三
——————————————————————————-
代码:
<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=”将这里改成要转入的网址,例如http://xc84.com
}else
window.location.href=”将这里改成要转入的网址,例如http://xc84.com
// End Code –>
</SCRIPT>
</html>
——————————————————————————-
不隐藏转向之后的地址 代码四
——————————————————————————-
代码:
<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=将这里改成要转入的网址,例如http://xc84.com“>
</body>
</html>
——————————————————————————-
可隐藏转向之后的地址
——————————————————————————-
代码:
<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=”将这里改成要转入的网址,例如http://xc84.com” scrolling=”auto” noresize>
</frameset>
</html>

暂无评论

发送评论 编辑评论


				
|´・ω・)ノ
ヾ(≧∇≦*)ゝ
(☆ω☆)
(╯‵□′)╯︵┴─┴
 ̄﹃ ̄
(/ω\)
∠( ᐛ 」∠)_
(๑•̀ㅁ•́ฅ)
→_→
୧(๑•̀⌄•́๑)૭
٩(ˊᗜˋ*)و
(ノ°ο°)ノ
(´இ皿இ`)
⌇●﹏●⌇
(ฅ´ω`ฅ)
(╯°A°)╯︵○○○
φ( ̄∇ ̄o)
ヾ(´・ ・`。)ノ"
( ง ᵒ̌皿ᵒ̌)ง⁼³₌₃
(ó﹏ò。)
Σ(っ °Д °;)っ
( ,,´・ω・)ノ"(´っω・`。)
╮(╯▽╰)╭
o(*////▽////*)q
>﹏<
( ๑´•ω•) "(ㆆᴗㆆ)
😂
😀
😅
😊
🙂
🙃
😌
😍
😘
😜
😝
😏
😒
🙄
😳
😡
😔
😫
😱
😭
💩
👻
🙌
🖕
👍
👫
👬
👭
🌚
🌝
🙈
💊
😶
🙏
🍦
🍉
😣
Source: github.com/k4yt3x/flowerhd
颜文字
Emoji
小恐龙
花!
上一篇
下一篇