The information in this article applies to:
SYMPTOMSIf you are working with Active Server Pages (ASP) pages that were written using design-time controls in Visual InterDev 6.0, the browser that requests the Active Server Pages (ASP) pages must execute client-side Java Script. CAUSEDesign-time controls require the Scripting Object Model (SOM) to be enabled. When the SOM is enabled, you will see the following code at the top of your page:
The included ScriptLibrary file, pm.asp, sets up a client-side script include to pm.js. Pm.js creates a Java Script object named thisPage. The second script line sets the _location property on thisPage.
RESOLUTIONDesign-time controls do not work correctly on browsers that do not support client-side scripting or do not support all client-side scripting functions (for example, OnSubmit()), such as WebTV. STATUSThis behavior is by design. Additional query words:
Keywords : kbCtrl kbVisID600 kbGrpASP |
Last Reviewed: April 7, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |