Hello Rick,

for example when I try to let people download and MSExcel file,
instead of downloading (= opening the SAVE As dialog) IE always
opens the file in its own window and you can not get rid of the IE
menubar and toolbar.

has anybody a work around for that?
mimetype: applcation/unkown does the trick in Netscape.

Birgit

Friday, October 27, 2000, 3:06:04 PM, you wrote:

> I've actually dealt with this allot. Here's the solution that I came up with
> which seems to work the best:

> <cfheader name="Content-Disposition" value="attachment;
> filename=#url.file#">

>         <CFIF HTTP_USER_AGENT CONTAINS "MSIE">
>                 <CFCONTENT TYPE="#mimetype#" FILE="#path##url.file#">
>         <CFELSE>
>                 <CFCONTENT TYPE="application/unknown" FILE="#path##url.file#">
>         </CFIF>


------------------------------------------------------------------------------
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to