侧边栏壁纸
博主头像
落叶人生博主等级

走进秋风,寻找秋天的落叶

  • 累计撰写 130562 篇文章
  • 累计创建 28 个标签
  • 累计收到 9 条评论
标签搜索

目 录CONTENT

文章目录

How to hide redirected URL

2022-06-17 星期五 / 0 评论 / 0 点赞 / 90 阅读 / 788 字

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

.

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>
.

广告 广告

评论区