Hi All,
I am trying to give a link in my html document to some document on LAN. Below is the example
I found that on some PCs the backslash(\) gets converted to forward slash (/) and hence the link does not work properly.
Can someone tell me why is it so and how do I get the links worl properly (some workaround)
I am trying to give a link in my html document to some document on LAN. Below is the example
Code:
<a href="\\pathtoLAN\somedocument.zip">click</a>
I found that on some PCs the backslash(\) gets converted to forward slash (/) and hence the link does not work properly.
Can someone tell me why is it so and how do I get the links worl properly (some workaround)