I am setting the DocumentText property to an HTML string that contains links like:
<a href="file:///D:/dir/file.html">NewPage</a>
The links are shown properly in the WebBrowser, but nothing happens when I click them. The Navigating, Navigated and DocumentComplete events do not fire - nothing seems to happen at all.
AllowNavigation is true and other links using HTTP are working.
Any ideas please?
Nick