Note that there are some explanatory texts on larger screens.

plurals
  1. POIE 6 Local html link broken .NET webbrowser
    primarykey
    data
    text
    <p>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...</p> <pre><code>... &lt;span style='color:blue;mso-no-proof:yes'&gt; &lt;a href="#_Toc179681722"&gt;21-20-1 Distribution Damper &lt;span style='color:windowtext;display:none;mso-hide:screen;text-decoration:none;text-underline:none'&gt; &lt;span style='mso-tab-count:1 dotted'&gt; &lt;/span&gt; &lt;/span&gt; &lt;!--[if supportFields]&gt;&lt;span style='color:windowtext;display:none;mso-hide:screen;text-decoration:none;text-underline:none'&gt; &lt;span style='mso-element:field-begin'&gt;&lt;/span&gt; &lt;/span&gt; &lt;span style='color:windowtext;display:none;mso-hide:screen;text-decoration:none;text-underline:none'&gt; PAGEREF _Toc179681722 \h &lt;/span&gt; &lt;span style='color:windowtext;display:none;mso-hide:screen;text-decoration:none;text-underline:none'&gt; &lt;span style='mso-element:field-separator'&gt;&lt;/span&gt; &lt;/span&gt;&lt;![endif]--&gt; &lt;span style='color:windowtext;display:none;mso-hide:screen;text-decoration:none;text-underline:none'&gt;21.1&lt;/span&gt; &lt;span style='color:windowtext;display:none;mso-hide:screen;text-decoration:none;text-underline:none'&gt; &lt;!--[if gte mso 9]&gt;&lt;xml&gt; &lt;w:data&gt;08D0C9EA79F9BACE118C8200AA004BA90B02000000080000000E0000005F0054006F0063003100370039003600380031003700320032000000&lt;/w:data&gt; &lt;/xml&gt;&lt;![endif]--&gt; &lt;/span&gt;&lt;!--[if supportFields]&gt; &lt;span style='color:windowtext;display:none;mso-hide:screen;text-decoration:none;text-underline:none'&gt; &lt;span style='mso-element:field-end'&gt;&lt;/span&gt; &lt;/span&gt;&lt;![endif]--&gt; &lt;/a&gt; &lt;/span&gt; ... </code></pre> <p>When I am using my development machine (which has IE 8) and the document is loaded all the links work correctly.</p> <p>When I load the document on the production machine (which has IE 6) and I click on a link it displays a new page with the text "<strong>blank#_Toc179681722</strong>" and nothing else.</p> <p>Note: I might add that this html doc is created from Microsoft Word and I don't have much control over changing the syntax.</p> <p>Anyone have ideas as to what is happening? And how to fix it?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload