The information in this article applies to:
SYMPTOMSWhen enabling the Scripting Object Model after controls/objects have already been placed on an Active Server Pages (ASP) page, the controls/objects will no longer be recognized for statement completion and in the Script Outline. As a result, statement completion will not work and you will now see the component in the Script Outline under the "thisForm" object. CAUSEWhen the Scripting Object Model is enabled in ASP pages, the controls/objects that have been inserted on the page are within the <FORM> tags of the Scripting Object Model code. Therefore, any existing reference to your controls/objects inside the <FORM> tags will no longer be recognized as before. RESOLUTIONYou can change your code to reference the existing controls/objects through the "thisForm" object. STATUSThis behavior is by design. MORE INFORMATIONSteps to Reproduce Behavior
Additional query words:
Keywords : kbCtrl kbScript kbVisID600 kbGrpASP |
Last Reviewed: May 24, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |