(1)隐藏真实URL代码:
<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="<span style="color:#ff0000;">http://www.uw.hk</span>" scrolling="auto" noresize>
</frameset>
</html>
(2)不隐藏真实URL代码1:
<script language="javascript">
url ="<span style="color:#ff0000;">http://www.uw.hk</span>"
location.href=url;
</script>
(3)倒记时URL转发代码:
<meta http-equiv="refresh" content="0; url=<span style="color:#ff0000;">http://www.uw.hk</span>">
(4)asp 转发代码:
<% response.redirect "<span style="color:#ff0000;">http://www.uw.hk</span>" %>
说明:把粉红色的标题改为你自己的,把鲜红色的地址改为你要到达的地址,把紫色的数字改为你需要的秒数时间。