BUG: Script Wizard Skips Scriptable Objects in FrontPadLast reviewed: December 9, 1997Article ID: Q165892 |
The information in this article applies to:
SYMPTOMSInvoking the Script Wizard on a document from FrontPad (the Microsoft FrontPage Editor - Visual InterDev Edition) results in some or all scriptable objects not appearing in the Script Wizard displays.
CAUSEThe Script Wizard is incorrectly parsing the <!DOCTYPE> tag found at the very beginning of a FrontPage document. It is interpreting it as a comment. As a result, the comment is not closed until the Script Wizard encounters --> in the document. All objects between the <!DOCTYPE> tag and the end of the first comment in the document are then being treated as if they were within a comment.
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 INFORMATIONThis behavior does not occur in the Visual InterDev source editor's Script Wizard. The document is not damaged in any way by this behavior.
Steps to Reproduce Behavior
REFERENCESFor the latest Knowledge Base articles and other support information on Visual InterDev and Active Server Pages, see the following page on the Microsoft Technical Support site:
http://support.microsoft.com/support/vinterdev/ Keywords : VIDevEnv kbenv kbtool kbbug Version : 1.0 Platform : WINDOWS Issue type : kbbug |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |