waitme 发表于 2007 年 3 月 21 日 18:47:32

谁那有转向的代码 啊。。。。

呵呵。。
要个PHP的或者HTML的
谁有贴上来。。

:victory: :victory:
<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 = "将这里改成要转入的网址";}
}</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(goToURL.arguments+".location='"+goToURL.arguments+"'");
document.returnvalue = false;
}
//-->
</script>
<body bgcolor="#FFFFFF" onLoad="goToURL('parent','将这里改成要转入的网址');return document.returnvalue">
</body>
</html>

[ 本帖最后由 waitme 于 2007-3-21 19:43 编辑 ]

唐建仁 发表于 2007 年 3 月 21 日 18:49:26

找老大.......

主id 发表于 2007 年 3 月 21 日 18:50:43

<meta http-equiv="refresh" content="1;url=link">

esnak 发表于 2007 年 3 月 21 日 18:52:25

<meta http-equiv='refresh' content="1000;url=http://www.domain.com" />

waitme 发表于 2007 年 3 月 21 日 18:59:28

谢谢 楼上的2位 啊。。。。。。。。。

hgh188 发表于 2007 年 3 月 21 日 18:59:47

<script type="text/javascript">document.write('<me'+'ta http-equi'+'v="refresh" content="0;'+'url=http://www.xxxx.com/">');</script>

ashun 发表于 2007 年 3 月 21 日 19:17:28

Redirect 301 / http://www.xxx.com

iyaner 发表于 2007 年 3 月 21 日 19:18:57

这个的确不好找啊!;P

winsock 发表于 2007 年 3 月 21 日 19:20:49

<?php
$urlForward="http://www.5tear.com";
header("Location: $urlForward");
?>

坏脾气 发表于 2007 年 3 月 21 日 19:21:56

忘了~~~反正我有个是HTML的~~~~隐藏真实地址转向
页: [1] 2
查看完整版本: 谁那有转向的代码 啊。。。。