Click to See Complete Forum and Search --> : Hyperlink to Excel file


hansthart
02-27-2003, 03:38 PM
I am trying to make a link on my site to a Excel file with also the ending .xls. But everytime I click the link a new window opens and then gets stuck.

How do I link to such files?

Thanks for the help!


Hans

Charles
02-27-2003, 03:53 PM
The following ought to work:

<a href="someFile.xls" type="vnd.ms-excel">Some File</a>