通过这些方式联系我 QQ:36388068,Email:hefn(at)vip.qq.com,Tel:136 436 11515(注:有偿服务) 注册 | 登陆

about:blank

Internet Explorer起始页,设本页为首页,当你打开一个新的ie窗口时,ie的url中总是 about:blank。我们知道在url中':' (冒号)左边是协议,如 ftp: 或是 http:。而about也是个协议。那有什么用呢,不可小看。 

about:blank 右边为 blank 表示一个空的窗口,若为其它的内容,就可表示网页的内容。例如页面:

<html>
<head>
<title>about:blank</title>
<meta http-equiv="content-type" content="text/html; charset=gb2312">
</head>
<body bgcolor="#ffffff">
<!--注意,下面href后没有双引号,若要加入需用%22-->
<a href="about:<a href=http://www.zhuhefeng.com/>朱贺锋</a>" target="_blank">点此打开about新页面</a>
</a> 
</body>
</html>

新网页的内容为:
<html><a href="about:<a href=http://www.zhuhefeng.com/>朱贺锋</a>" target="_blank">点此打入新页面</a> </html>

这样就可以不使用javascript对新窗口写内容了。

about:这个功能不止如此。有个人主页的网友一定深有体会,有的网站做了url过滤(如网易和亿唐),禁止从别站链接他的服务器内容,用about:产生的页面就可以躲开url检查。如:

<html>
<head>
<title>untitled document</title>
<meta http-equiv="content-type" content="text/html; charset=gb2312">
</head>
<body bgcolor="#ffffff">
<!--注意,下面href后没有双引号,若要加入需用%22-->
<a href="about:<a href=http://xxx.xxxxx.com/xxx.zip> 点此下载 </a>" target="_blank"> 点此打入下载页面 </a>
</body>
</html>

Tags: about:blank

« 上一篇 | 下一篇 »

Trackbacks

点击获得Trackback地址,Encode: UTF-8

1条记录访客评论

想听下他们是怎么说的1~

Post by 彭平平 on 2008, August 11, 6:36 PM 引用此文发表评论 #1


发表评论

评论内容 (必填):