I have a web page that contains an anchor for downloading a Word document to a new window. The exact link is as follows: <A href="../documents/all/general/SampleONS.doc" target=_blank> This normally works great, but doesn't work over SSL (HTTPS) with HTTP 1.1 checked (the default). Normally, a new window opens and a dialog with the caption File Download - Security Warning appears asking me if I want to Open, Save, or Cancel. This dialog also displays the file name. Instead of SampleONS.doc, the file name is SampleONS_doc - it contains an underscore instead of a period. And now for the weirdest part. If I check "Do not save encrypted pages to disk" in the Internet Options dialog everything works great! Unfortunately, this setting breaks the Excel exports over SSL on the Infragistics Ultra Web Grid. Anybody have any ideas on getting the Word doc to download properly with "Do not save encrypted pages to disk" unchecked? Thanks... - Dave