PRB: Using AppletContext.showDocument() to navigate to an AnchorLast reviewed: January 29, 1998Article ID: Q169809 |
The information in this article applies to:
SYMPTOMSCalling AppletContext.showDocument(URL) with a URL that contains an anchor (http://myserver/mypage.html#myanchor) opens the correct Web page but does not navigate to the anchor.
CAUSEA problem with Internet Explorer 3.x prevents navigation to the anchor.
RESOLUTIONUse two pound sign's (#) instead of one before the anchor name (for example, http://myserver/mypage.html##myanchor). Internet Explorer 3.x will interpret this as having one pound sign and navigate to the anchor.
STATUSInternet Explorer 4.0 does not exhibit this behavior and ignores the extra pound sign if present.
REFERENCESFor the latest Knowledge Base articles and other support information on Visual J++ and the SDK for Java, see the following page on the Microsoft Technical Support site:
http://support.microsoft.com/support/visualj/ http://support.microsoft.com/support/java/ |
Additional query words: anchor showDocument URL
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |