ASP Writing to Excel Not Working in IE7

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"
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

Jess
jess [ Fr, 31 August 2007 22:04 ] [ ID #1809803 ]

RE: ASP Writing to Excel Not Working in IE7<-Disregard

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"
> %>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
> <html>
> <head>
>
> Jess
jess [ Fr, 31 August 2007 22:12 ] [ ID #1809804 ]
Webserver » microsoft.public.inetserver.asp.general » ASP Writing to Excel Not Working in IE7

Vorheriges Thema: IIS Serialize Request on ASP page
Nächstes Thema: Help needed to convert an easy php code to asp