The information in this article applies to:
SYMPTOMSWhen an HTML page with a form is dynamically created using document.write() and the page does not include fundamental HTML tags and is submitted, the following error occurs in Internet Explorer 4.01:
CAUSEFundamental HTML tags should always be used in HTML pages. The lack of them can potentially cause a problem in various browsers or versions of browsers. RESOLUTIONAdding <html>, <head>, <title>, and <body> tags to the dynamically created document prevents the error from occurring. STATUSMicrosoft is researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. MORE INFORMATIONSteps to Reproduce BehaviorPlace the following code in the onclick event of a button in one frame of a two-frame URL and name the other frame "frame2." When clicking the button, the error appears. The added lines to make it work are commented:
REFERENCEShttp://www.microsoft.com/msdn/sdk/inetsdk/help/default.htm Additional query words: kbHTML kbScript kbIE
Keywords : kberrmsg kbScript |
Last Reviewed: July 12, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |