Open mht file in asp
Hi,
I have an asp page, which has a link.
In the link, i have a mht page to open. When i clicked on the link, the page is not getting opened.
The mht file is available in the "myfolder" folder inside the wwwroot.
This is the link i have:
<a href="C:\Inetpub\wwwroot\myfolder\htmlhelps.mht" target="_blank">HTML Help</a>
How to open a mht page from asp?
Thank you
|