Closed
Bug 49483
Opened 25 years ago
Closed 25 years ago
Java applets cannot be created dynamically
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
People
(Reporter: ken_mori, Assigned: jst)
Details
Attachments
(1 file)
|
346 bytes,
text/html
|
Details |
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)
BuildID: 2000080712
Java applet cannot be created dynamically using createElement("APPLET") or
createElement("OBJECT")
Reproducible: Always
Steps to Reproduce:
1.Attempt to create a Java applet using document.createElement
2.
3.
Actual Results: Java applet is not created
Expected Results: Java applet is created.
Comment 2•25 years ago
|
||
*** This bug has been marked as a duplicate of 33111 ***
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•