Closed
Bug 250985
Opened 20 years ago
Closed 20 years ago
document.open(..., "replace") doesn't work
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 164821
People
(Reporter: warrensomebody, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040614 Firefox/0.9
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040614 Firefox/0.9
Supplying the "replace" argument to document.open is supposed to replace the
current page with any new html supplied by document.write. This doesn't work in
Firefox or Mozilla 1.7. Instead, the document.write html always stacks a new
page in the history.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1•20 years ago
|
||
Fixed back in April on trunk.
*** This bug has been marked as a duplicate of 164821 ***
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•