This is HTML link to google:
<a href="http://www.google.com/">Google</a>
And it work fine
This is a link to my local file:
<a href="file:///C:/myhtml.html">Local</a>
And its not working, why?
If this is some sort of security issue, so how can I work around it? It's just for my own testing.