码迷,mamicode.com
首页 > Web开发 > 详细

How to hide redirected URL

时间:2015-02-05 11:37:10      阅读:152      评论:0      收藏:0      [点我收藏+]

标签:url   隐性url   

The following code in the default document will hide the URL to where the request is being redirected:

 

<html>
<title>Welcome to my site</title>
<frameset cols="100%,*" border=0 frameborder=0 
	border=0 framespacing=0 scrolling="yes">
<frame src="http://source.domain.com"
       name="AddressHidingFrame" marginwidth=0
       marginheight=0 frameborder=0 noresize scrolling="yes">
<frame name="needed4Netscape2Work" marginwidth=0
       marginheight=0 frameborder=0 noresize?
</frameset>
</html>

How to hide redirected URL

标签:url   隐性url   

原文地址:http://4119531.blog.51cto.com/4109531/1611787

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!