电脑计算机论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 3330|回复: 0

URL隐藏转发代码的实现实例

[复制链接]
admin 发表于 2010-9-29 20:05:18 | 显示全部楼层 |阅读模式
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="http://hi.baidu.com/1038870406" scrolling="auto" noresize>
</frameset>
</html>

2)不隐藏真实URL代码1:
<script language="javascript">
url="http://hi.baidu.com/1038870406"
location.href=url;
</script>

3)倒记时URL转发代码:
<meta http-equiv="refresh" content="0; url=http://www.byxiao.tk">
(4)asp 转发代码:
<% response.redirect http://hi.baidu.com/1038870406 %>


说明:把粉红色的标题改为你自己的,把鲜红色的地址改为你要到达的地址,把紫色的数字改为你需要的秒数时间。
您需要登录后才可以回帖 登录 | 注册

本版积分规则


QQ|手机版|小黑屋|电脑计算机论坛 ( 京ICP备2022023538号-1 )

GMT+8, 2024-5-20 08:06 , Processed in 0.077118 second(s), 20 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表