The information in this article applies to:
SYMPTOMS
Moving the mouse cursor over an Anchor tag that has a Fragment Identifier
in the URL causes the entire URL to be displayed in the status bar.
RESOLUTIONYou can change URL information displayed in the status bar using the window.status property. A sample of using this method is shown in the MORE INFORMATION section below. STATUSThis behavior is by design. MORE INFORMATIONWorkaroundCreate a Web page with the following content:
As the mouse hovers over the text "Link1", the status bar shows the URL:
http://example.microsoft.com#somewhereAs the mouse hovers over the text "Link2", the status bar shows the Fragment Identifier: #somewhereIn Internet Explorer 4.0 you could just set the status bar text directly in the onmouseover event, as follows:
However, Internet Explorer 5.0 incorrectly overrides the text in status bar with the hyper-link regardless of the value contained in the window.status property. Setting window.status after a short delay in setTimeout works around the problem.Microsoft has confirmed this to be a problem in Internet Explorer 5.0. REFERENCESFor more information, please see the MSDN Web Workshop: http://msdn.microsoft.com/workshop/default.asp Additional query words:
Keywords : kbnokeyword kbIE400 kbIE401 kbIE500 |
Last Reviewed: May 7, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |