Closed
Bug 276225
Opened 21 years ago
Closed 21 years ago
Using document.write (javascript) on an XSLT created page (inline) creates "Uncaught exception" in the js console
Categories
(Firefox :: General, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 276224
People
(Reporter: lanny, Assigned: bugzilla)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
An XSLT file contains javascript code, that uses document.write. Insted of
writing into the document, an exception occures.
Reproducible: Always
Steps to Reproduce:
1. Open the given URL
Actual Results:
Uncaught exception in the js console
Expected Results:
The parameters document.write should be visible in the resulting page
document.write is less important now days, but there are some cases when its
hard to replace it. And it sould work anyway :)
Comment 1•21 years ago
|
||
*** This bug has been marked as a duplicate of 276224 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•