M
Mike D
I know everyone says their problem is weird so ...
I have a weird problem. I am trying to save an asp file as an excel
spreadsheat. The table displays fine in html but when I add
Response.ContentType = "application/vnd.ms-excel"
Response.AddHeader "Content-Disposition", "attachment; filename="test.xls;"
I get:
Internet Explorer cannot download 2004 from ricweb3.mydomain.com
Internet explorer was not able to open this Internet site. The requested
site is either unavailable or cannot be found.
Please try again later.
Thanks for any help.
Mike
I have a weird problem. I am trying to save an asp file as an excel
spreadsheat. The table displays fine in html but when I add
Response.ContentType = "application/vnd.ms-excel"
Response.AddHeader "Content-Disposition", "attachment; filename="test.xls;"
I get:
Internet Explorer cannot download 2004 from ricweb3.mydomain.com
Internet explorer was not able to open this Internet site. The requested
site is either unavailable or cannot be found.
Please try again later.
Thanks for any help.
Mike