|
Hi,
I appoligise upfront but I am very new to HTML so please be patient with me.
I have a HTML web page with a button on it. I need this button to open an excel file when clicked (in the application rather than the browser).
My current code for the button is as follows:
<form onMouseover="change('blue')" onMouseout="change('red')">
<input
type="button"
value="Total Project Variances"
style="WIDTH: 200px; background-color: #F0F0F0; color: #660000"
onClick="/forum/file/transfp01ProjectsProjectCalculator.xls">
</form>
For some reason the button does not open the excel file. If I change it to <a href> it will open. But then it opens in the browser, not the application.
So I guess I have two questions:
1. Can the button open the excel file when clicked?
2. Can the excel file be opend within Microsoft Excel rather than the browser?
Thanks in advance....
|
|
|
|
|
|
|
// |