Hi,
Thanks for the suggestion on onload handler. Have one more question. We are
providing a excel download using cfcontent. The code we have is this

<cfheader name="Content-Disposition"
value="attachment;filename=contacts.xls">
<cfcontent type="application/msexcel" file="#pathtofile#">

It works fine on most browsers, but on one particular browser the open/save
dialogue box appears twice, like when the cfm page is called IE presents you
with a dialogue, once you click on open button on the dialogue, the browser
again presents you with the same dialogue and when again you click open
button, the document opens in ms-excel.

Has anyone found a way to avoid the open/save dialogue box from appearing
twice?

All suggestions very much appreciated. 

Thank you
Sandeep

-- 
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]

Reply via email to