Closed
Bug 55560
Opened 25 years ago
Closed 24 years ago
Cannot dynamically load in external script files
Categories
(Core :: DOM: Core & HTML, defect, P3)
Core
DOM: Core & HTML
Tracking
()
mozilla0.9.1
People
(Reporter: ken_mori, Assigned: jst)
References
Details
(Keywords: dom2)
Attachments
(3 files)
Cannot dynamically load in external script files and stylesheets using the
Script and Link elements respectively. Works in IE 5.0+. See attached file
testscript.htm
![]() |
||
Comment 4•25 years ago
|
||
confirming bug, assuming I understand the Dom level 2 spec correctly....
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: Cannot dynamically load in external script files and stylesheets → Cannot dynamically load in external script files and stylesheets
Assignee | ||
Comment 5•25 years ago
|
||
Setting milestone to Future.
Status: NEW → ASSIGNED
Target Milestone: --- → Future
Assignee | ||
Comment 6•25 years ago
|
||
Getting this fixed for the next release would be really nice, trying for
mozilla0.9. By fixing this I mean that we should add a method that lets script
writers load external scripts and have them executed, using the DOM to do this
aint cool IMO so we should come up with a clearer solution for this problem.
Updated•25 years ago
|
Component: DOM Level 2 → DOM HTML
The dom spec explicitly says that a user should be able to load a stylesheet by
adding a xml-stylesheet pi
Depends on: 21771
Assignee | ||
Comment 11•25 years ago
|
||
Stylesheet loading is coverd by bug 7515.
Summary: Cannot dynamically load in external script files and stylesheets → Cannot dynamically load in external script files
Updated•24 years ago
|
Assignee | ||
Comment 12•24 years ago
|
||
Pushing to mozilla0.9.1
Target Milestone: mozilla0.9 → mozilla0.9.1
Comment 13•24 years ago
|
||
How does this differ from bug #18843?
Assignee | ||
Comment 14•24 years ago
|
||
Good question, and I know Vidur is working on bug 18843, and he's close to
having something working soon... Duping.
*** This bug has been marked as a duplicate of 18843 ***
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•