Problem Opening An Excel file. - by yk

I

ilikecy

Scenario
========

I have an Active Server Page callled NCPSummDsp.asp, that contains the
following codes.
<%@ Language=VBScript%>
<%
Response.Buffer = True
Response.ContentType = "application/vnd.ms-excel"
%>
when the .ASP file renders into the web browser, the content will be
of microsoft excel. (i.e. We can perform excel functions such as SUM
on the browser).

A problems occurs, when i try to open an Excel file, which has a
different content.

The question is:
1. Why does this occur?Any workaround to prevent this problem from
occuring?
2. Is there a way, instead of opening the excel into a browser, can i
set it to open in the Excel application.

System Specification.
Window Server 2000
Microsoft Excel 2000

Thank You In Advance!!!!!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top