Web Development] buttons for customizing the IE Download Dialog Box (Open/Save ))

Source: Internet
Author: User

Common ie Download Dialog Box with three main buttons: Run (open), save (SAVE), and cancel (cancel)

 

In some cases, you do not want users to click "run" or "save, you can set <meta name = "downloadoptions" content = "noopen"/> or <meta name = "downloadoptions" content = "nosave"/> In the webpage to hide the corresponding buttons.. The following is an example:

1) when the

<HTML>

<Head>
<Meta name = "downloadoptions" content = "noopen"/>

...

</Head>

The IE download dialog box is (the run button is hidden ):

 

2) When the

<HTML>

<Head>
<Meta name = "downloadoptions" content = "nosave"/>

...

</Head>

The IE download dialog box is (the Save button is hidden ):

 

 

> OriginalArticleCopyright belongs to the author, reprint please indicate the source and the author letter (http://blog.csdn.net/WinGeek/), thank you. <

 

This article from the csdn blog, reproduced please indicate the source: http://blog.csdn.net/WinGeek/archive/2009/05/12/4169755.aspx

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.