Launching Excel from a web page

S

Stelio

Hi all, is it possible to launch Excel from a web page?
I need put a link on the page and give the chanche to open
(locally) Excel to all client who has excel installed...
Is it possible?
Thanks all!
 
K

Kevin

Stelio said:
Hi all, is it possible to launch Excel from a web page?
I need put a link on the page and give the chanche to open
(locally) Excel to all client who has excel installed...
Is it possible?
Thanks all!


This can easyly be done by using the <a href="name.xls"> or to more
compliant code <a href="name.xls" type="the specific type">
 
Top