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

How to hide redirected URL

时间:2015-02-05 11:40:50      阅读:138      评论:0      收藏:0      [点我收藏+]

标签:隐性url   hrl   

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

 

html
titleWelcome to a wonderful site/title
frameset cols="100%,*" border=0 frameborder=0 
	border=0 framespacing=0 scrolling="no"
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   hrl   

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

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