The information in this article applies to:
SYMPTOMSSometimes the IntelliSense features of the editor (that is, List Members, Parameter Info, and Complete Word) do not work when you are composing inline script. CAUSE
This issue arises when the HTML tags of the element that you are composing
inline script for have not been fully composed. For example, if you are
attaching inline script to the onclick event of a button element, both the
opening and closing <button> tags need to exist before IntelliSense can
work.
RESOLUTIONBefore composing inline script for an element, you need to make sure that the HTML tag is properly composed and that any required closing tags are present. Also, make sure that the element has an ID. Additionally, if you want to enclose the inline script within quotes (single or double quotes), make sure both the opening and closing quotes exist before you start typing any script. 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 INFORMATIONHere are some examples in which IntelliSense does not work:
Steps to Reproduce BehaviorIn Source view, type the following text in the body of an HTML page:
RESULT: The List Members dialog box does not appear.
Additional query words:
Keywords : kbVisID600 kbVisID600bug kbGrpASP |
Last Reviewed: May 24, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |