Hi,
I created an ASp file which saves the result of an SQL query into an Ecel file. So when the file is created (from html code) into an excel file it pop ups a windows explore asking where to save the file.
This al works fine, except on one PC of the office. Is there a special function I have to de-activated of windows for that?
My code is:
Code:
<%
Response.ContentType = "application/vnd.ms-excel"
%>
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
I don´t believe it is the code, as it works fine on 99%of the Pc´s here. All the Pc´s have office 2003 but even a PC with office 2007 has no problem.....
Thx,
Johny