Bonekrusher
Active member
- Joined
- Jul 4, 2007
- Messages
- 38
- Programming Experience
- 1-3
Hi,
I have a webbrowser control that will not follow a hyperlink with file:///. Has any one seen this and is there a work around?
for example:
the link doesnt work
I have a webbrowser control that will not follow a hyperlink with file:///. Has any one seen this and is there a work around?
for example:
VB.NET:
Me.WebBrowser1.DocumentText = "<html><head></head>
<body><p><a href=""file:///D:\index.html"" target=""_blank"">Click me
</a></p></body></html>"
the link doesnt work