Open Excel in a browser without changing URL

5

54patman

Hi,

I have a webpage with one button, called “Open”. When the user presse
the button I want to create a new Createobject("Excel.Application") an
open an xls file. Then display this Excel instance within the curren
web page. How do we set the content of the webpage to display this.

I do not want to do something like:

<a href="test1.xls" target="_self" >Open</a>

which works but I do not want to change the page (URL) for the user.
just want excel stuffed back into my browser. I also do not want t
uses framesets or frames.

Thanks in advance.

Pa
 
Top