Uncompress the about: blank in the IE Address Bar

Source: Internet
Author: User
Tags uncompress

Uncompress the about: blank in the IE Address Bar

 
[Abstract]

When you open a new ie window, the URL of IE is always about: blank. We know that the left side of ':' (colon) in the URL is the protocol, such as ftp: or http :. About is also a protocol. So what's the purpose? Don't underestimate it.

About: blank indicates an empty window on the right. If it is other content, it indicates the webpage content. For example:

<HTML>
<Head>
<Title> untitled document </title>
<Meta http-equiv = "Content-Type" content = "text/html; charset = gb2312">
</Head>
<Body bgcolor = "# ffffff">
<! -- Note: There are no double quotation marks after href. To add it, % 22 is required. -->
<A href = "about: <a href = http://www.webdn.com/> every day new website </a>" target = "_ blank"> click here to open the new about page </a>
</A>
</Body>
</Html>

The content of the new webpage is:
<HTML> <a href = "about: <a href = http://www.webdn.com/> website every day </a> "target =" _ blank "> click here to enter the new page </a>

In this way, you can write content to the new window without using JavaScript.

About: this function is more than that. Some netizens on the personal homepage must have some deep experiences. Some websites do URL filtering (for example, Netease And yitang). They are not allowed to link their server content from other sites and use about: the generated page can avoid URL check. For example:

<HTML>
<Head>
<Title> untitled document </title>
<Meta http-equiv = "Content-Type" content = "text/html; charset = gb2312">
</Head>
<Body bgcolor = "# ffffff">
<! -- Note: There are no double quotation marks after href. To add it, % 22 is required. -->
<A href = "about: <a href = http://xxx.xxxxx.com/xxx.zip> click here to download </a>" target = "_ blank"> click here to go to the download page </a>
</Body>
</Html>
 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.