Remove the Open button from the File Download dialog box in Internet Explorer

I casually discovered that you can easily avoid to display the Open button shown by the File Download dialog box in Microsoft Internet Explorer by placing the following tag in your web page:

<head>
  <META name="DownloadOptions" content="noopen">
</head>

It works only with Microsoft Internet Explorer 6 for Microsoft Windows XP Service Pack 2 (SP2) and later.