BUG: Link View Shows Links iLast reviewed: December 9, 1997Article ID: Q166662 |
The information in this article applies to:
SYMPTOMSLink View shows links that are defined inside the <PLAINTEXT> tag, even though they are not truly links.
CAUSELink View discovers links in all non-commented HTML.
RESOLUTIONDo not put link text inside the <PLAINTEXT> tag.
STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are researching this bug and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATION
Steps to Reproduce BehaviorUse the following code to reproduce the problem:
<plaintext> Links inside of <plaintext> </plaintext> are not treated as links by browsers: <a href="ThisIsNotARealLink.htm">Not a real link</a> </plaintext>The link above is treated by browsers as plain, non-linked text.
REFERENCESFor the latest Knowledge Base articles and other support information on Visual InterDev and Active Server Pages, see the following page on the Microsoft Technical Support site:
http://support.microsoft.com/support/vinterdev/ Keywords : VIDataTools kbprg kbbuglist Version : 1.0 Platform : WINDOWS Issue type : kbbug |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |