The information in this article applies to:
SYMPTOMSWhen using Netscape Navigator to view an Active Server Pages (ASP) page that uses the Scripting Object model, one of the following behaviors occurs:
CAUSE
These behaviors occur because the Scripting Object Model (SOM) uses a hidden form element, _method, to track whether a page redirection is necessary. When the _method element contains anything other than an empty string, the SOM interprets it as a page it to which it should redirect the user. RESOLUTIONYou can work around this problem by adding the following code to the window_onload client event handler of the page exhibiting the behavior. This code checks for both a single space and a double space because different versions of the Netscape browser will insert either 1 or 2 spaces.
MORE INFORMATIONThe third-party products discussed in this article are manufactured by
vendors independent of Microsoft; we make no warranty, implied or
otherwise, regarding these products' performance or reliability. Additional query words:
Keywords : kb3rdparty kbASP kbVisID600 kbGrpASP kbDSupport |
Last Reviewed: February 3, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |