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