><CFHEADER NAME="Content-Disposition" VALUE="attachment;
>filename=foodcosts.xls"> <CFCONTENT TYPE="application/msexcel">
We use MX on JRun on Solaris/Linux, and this works for us:
<cfheader name="Content-Disposition" value="download; filename=myFile.xls"
/>
<cfcontent type="application/vnd.ms-excel" />
>
>Results in '); } } function writeCloseBody() { if( debugMode ) {
>document.write('
>in the excel spread sheet - nothing else.
>
>If I comment out this code, I get the html table, like I expect.
>
>I've done a search, but haven't seen anything. Anyone have any insight?
Do you have dbugging turned on? It's been my experience that you'd be better
off putting a
<cfsetting showDebugOutput="No">
at the top to suppress it.
Regards,
Dave.
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

