Hi,
I have an ASP page with few links to mapped to excel files residing in virtual directory. I have seen some web applications in which excel / word documents open in the browser. But in my case it opens a new instance of excel application. I'm using following code for links.
<td> <a href='/sample/reports/fin_report.xls' target="_blank">Finance</a> <td>
I really appreciate any suggestions/ideas.
Thanks
I have an ASP page with few links to mapped to excel files residing in virtual directory. I have seen some web applications in which excel / word documents open in the browser. But in my case it opens a new instance of excel application. I'm using following code for links.
<td> <a href='/sample/reports/fin_report.xls' target="_blank">Finance</a> <td>
I really appreciate any suggestions/ideas.
Thanks