The information in this article applies to:
SYMPTOMSIn Source view, if you create a <FORM> element, then place other elements within it, those elements may not be shown in the Script Outline window. CAUSEThe Script Outline will show only elements that have been assigned a name or ID attribute. If the <FORM> element has not been assigned a name or ID, then it will not be shown in the Script Outline window. If the form does not appear in the Script Outline, the elements it contains will not be shown, even if those contained elements have been given a name or ID. RESOLUTIONWhenever a form element is created, it should be assigned a unique ID or a unique name, for example:
STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are researching this bug and will post new information here in the Microsoft Knowledge Base as it becomes available. MORE INFORMATIONSteps to Reproduce Behavior
Additional query words:
Keywords : kbide kbVisID kbVisID600bug kbGrpASP |
Last Reviewed: May 13, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |