ASP Writing to Excel Not Working in IE7
am 31.08.2007 22:04:02 von jess
Hello,
There's an asp page that sends the results to an excel page. It works with
IE6, FireFox but not in IE7.
Any fixes to get it going?
Here's the code
<%Option Explicit
Response.Buffer=TRUE
Response.ContentType = "application/vnd.ms-excel"
%>
Jess
RE: ASP Writing to Excel Not Working in IE7<-Disregard
am 31.08.2007 22:12:07 von jess
Well forget the question. When I pulled the page up this time it worked.
Magic.
"Jess" wrote:
> Hello,
> There's an asp page that sends the results to an excel page. It works with
> IE6, FireFox but not in IE7.
>
> Any fixes to get it going?
>
> Here's the code
>
> <%Option Explicit
> Response.Buffer=TRUE
> Response.ContentType = "application/vnd.ms-excel"
> %>
>
>
>
>
> Jess