launch excel from internet explorer

  • Thread starter Thread starter Bill Borrero
  • Start date Start date
B

Bill Borrero

I develop intranet websites and would like to launch excel
from internet explorer through asp with the following
command: Response.ContentType = "application/vnd.ms-excel".
The problem I'm having is that on some computers excel is
imbedded in the browser and on others, excel is opened
outside of the browser. How can I have excel opened
outside of the browser all the time? Thanks in advance
for any help. Bill Borrero
 
Bill Borrero said:
I develop intranet websites and would like to launch excel
from internet explorer through asp with the following
command: Response.ContentType = "application/vnd.ms-excel".
The problem I'm having is that on some computers excel is
imbedded in the browser and on others, excel is opened
outside of the browser. How can I have excel opened
outside of the browser all the time? Thanks in advance
for any help. Bill Borrero

Office Documents Open in Internet Explorer
http://support.microsoft.com/?kbid=162059
Troubleshooting In-Place Activation in Internet Explorer
http://support.microsoft.com/?kbid=174893
 
Back
Top