Remove the script control prompt in IE browser

Source: Internet
Author: User

"To protect security, Internet Explorer has restricted this webpage from using scripts or ActiveX controls that can access your computer. Click here to get options ...".

It is actually quite simple for Web developers to worry about this. By adding a comment, they can not jump out again (Note: This security prompt is boring and has never found any practical significance)

<! -- Save from url = (0014) about: Internet -->


In fact, this comment should not be unfamiliar. If we use IE to save a page on the Internet, it will automatically save it to a local page.CodeAdd<! -- Saved from url =. Maybe I have not studied it.

This is what we add to the webpage:

 <!  Doctype HTML public  "  -// W3C // dtd xhtml 1.0 transitional // en  "     " Http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd  "  >  
< HTML xmlns = " Http://www.w3.org/1999/xhtml " >
<! -- Saved from URL = ( 0014 ) About: Internet -->

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.