I have a web page that creates an output HTML file on the local d:\drive, say d:\dev\Results.htm
I would like to be able to show a link pointing to D:\dev\Results.htm that upon user clicking it, will open a new browser window to show the HTML file content.
I have inserted an ASP:Hyperlink and updated its NavigateURL with file:///D:\dev\Results.htm with target=_blank. It does show a hand mouse cursor but upon clicking it, nothing happens.
What can I do to trigger an actual HTML file to open and display?
Thanks!
...
Go to the complete details ...