- From: DOM Question <domquestion@hotmail.com>
- Date: Sat, 24 Feb 2001 00:02:12 -0600
- To: www-dom@w3.org
- Cc: domquestion@hotmail.com
Upgrading to Mozilla 0.8 solved the problem!
----Original Message Follows----
From: "DOM Question" <domquestion@hotmail.com>
To: www-dom@w3.org
CC: domquestion@hotmail.com
Subject: APPLET/DOM/Mozilla 0.7
Date: Thu, 22 Feb 2001 18:46:25 -0600
I am able to invoke a simple applet in IE5+/Win98/Java1.3 as follows:
var a=document.createElement("APPLET");
a.width=534;
a.height=50;
a.code="NervousText.class";
document.body.appendChild(a);
However, this does not work in Mozilla 0.7/Win98/Java1.3, only the following
HTML tag works in Mozilla:
<applet code="NervousText.class" width=534 height=50></applet>
Please advise.
Thanks in advance,
domquestion@hotmail.com
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com
Received on Saturday, 24 February 2001 01:02:45 UTC