Deanna Schneider said:
>
> Some excel download code no longer works:
> <CFHEADER NAME="Content-Disposition" VALUE="attachment;
> filename=foodcosts.xls"> <CFCONTENT TYPE="application/msexcel">

Try:
<CFHEADER NAME="Content-Disposition" VALUE="attachment;
filename=""foodcosts.xls"""><CFCONTENT
TYPE="application/vnd.ms-excel">

> Results in '); } } function writeCloseBody() { if( debugMode ) {
> document.write('
> in the excel spread sheet - nothing else.

That looks like it is generated by the client, not the server. To see
what is generated by the server request the page through telnet or a
proxy.

Jochem
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to