Closed
Bug 133378
Opened 23 years ago
Closed 23 years ago
Output from last JavaScript "document.write" statement not appearing
Categories
(Core :: DOM: HTML Parser, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 132673
People
(Reporter: Eric.Zurcher, Assigned: harishd)
Details
Attachments
(1 file)
I'm using Mozilla nightly build 2002032503 on Windows 2000.
In recent nightly builds, a problem has appeared with scripting. When using
JavaScript "document.write" statements, the contents of the last such statement
are not appearing in the document.
Consider the following snippet (see attachment for the complete document):
<script>
document.write("<h4>This is line 1. It appears correctly.</h4>");
document.write("<h4>This is line 2. I should see this, but I don't!</h4>");
</script>
Only the contents of the first line appear in the browser. The contents of the
last line do not appear.
Desired behavior: the contents of the last written line should also appear.
Reporter | ||
Comment 1•23 years ago
|
||
Dup of bug 132673 ?
Comment 3•23 years ago
|
||
Reporter:
Please search before you file a bug.
Thanks
*** This bug has been marked as a duplicate of 132673 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•