I have a strange situation happening. I have some code that displays a report and has a link to export the page to excel.
My link looks like this
<a href="" to Excel</a>
Then to action page has this
<CFCONTENT TYPE="application/msexcel; name=""trackingreport.xls""">
<CFHEADER NAME="Content-Disposition" VALUE="attachment; filename=""trackingreport.xls""">
And then the rest of the code.
The strange thing is that this works fine on netscape but does not work for IE. (that's a first for me)
When I click on the link I get an error box that says
"Internet Explorer cannot download ... nt=toamount=&list=bylistdate from www.mydomain.com"
I can't figure out why this is not working. Can anyone point me in the right direction?
Thanks in advance.
Mike
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

