Skip to content Skip to sidebar Skip to footer

IE 6 Local Html Link Broken .NET Webbrowser

I have a WebBrowser embedded in my application. I am loading an html document that has links to other sections in the document. Here is an example of how the link is created... .

Solution 1:

I am not seeing a closing tag </a> for your link.

A lot of newer browsers will fix this for you, and reinterpret the html. Its possible that IE6 is failing to do this, causing the url to function oddly.


Solution 2:

Can you set "_Toc179681722" as the id of the span that you want your a element to target?

Displaying a new page is definitely unusual, since a non-found tag is supposed to simply redirect you to the top of the page with no error. (Reference)


Post a Comment for "IE 6 Local Html Link Broken .NET Webbrowser"