G
Guest
Hi,
I have a webform and I want to create a hyperlink to a text file, so that it
opens on internet explorer in a new window.
I have added the following
<a href="file:///D:/Test/Test.txt" id="hplTest" runat="server"
Now when I click on the hyperlink, nothing is happening. No error.
when I open a browser and type file:///D:/Test/Test.txt, the file is opening.
I would appreciate if anybody could help me out.
Thanks,
Sohan
I have a webform and I want to create a hyperlink to a text file, so that it
opens on internet explorer in a new window.
I have added the following
<a href="file:///D:/Test/Test.txt" id="hplTest" runat="server"
testhyperlink</a>
Now when I click on the hyperlink, nothing is happening. No error.
when I open a browser and type file:///D:/Test/Test.txt, the file is opening.
I would appreciate if anybody could help me out.
Thanks,
Sohan