Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hello, How do I run an Excel app

Status
Not open for further replies.

vercors13

ISP
Jun 20, 2003
1
FR
Hello,

How do I run an Excel application in a HTML page while I run a javascript code ?

My problem is that I don't arrive to execute both of them at the same time.

Thanks.
 
I don't think you can do that, as the Excel application loads in its own page. You can, however, use the TARGET attribute to cause the Excel page to load into a separate window, thus:

<a href=&quot;MyExcel.xls&quot; target=&quot;_blank&quot;>

HTH.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top