PRB: "Is Not An Object" Error When Submitting Incomplete Doc (190279)
The information in this article applies to:
- Microsoft Visual Basic, Scripting Edition 2.0
- Microsoft Visual Basic, Scripting Edition 3.0
- Microsoft Internet Explorer (Programming) 4.0
- Microsoft Internet Explorer (Programming) 4.01
This article was previously published under Q190279 SYMPTOMS
When 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:
Error: <reference to the form> is not an object
CAUSE
Fundamental 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.
RESOLUTION
Adding <html>, <head>, <title>, and <body> tags to the dynamically created
document prevents the error from occurring.
STATUS
Microsoft is researching this problem and will post new information here in
the Microsoft Knowledge Base as it becomes available.
Modification Type: | Minor | Last Reviewed: | 3/3/2005 |
---|
Keywords: | kberrmsg kbprb kbScript KB190279 |
---|
|