[5533] in java-interest
No subject found in mail header
daemon@ATHENA.MIT.EDU (COLLINS-LEE)
Thu Feb 15 13:20:23 1996
Date: Thu, 15 Feb 96 10:35:54 CST
From: "COLLINS-LEE" <collinsl@norcmail.uchicago.edu>
To: java-interest@java.sun.com
Java Gurus,
Can anyone explain to me how I can load an applet dynamically through
a Java application and pass it <Param> information that would normally
be with the applet tag.
The *real* question is, how does an applet loaded from an HTML page
get the parameters? What class? What method? When?
//----------------------------------------------------------------------
class LeeCollins extends JavaDeveloper implements IllustriousJavaCode
{
public LeeCollins()
{
MailAddress ma =
new MailAddress("collinsl@norcmail.uchicago.edu");
}
}
//----------------------------------------------------------------------
-
This message was sent to the java-interest mailing list
Info: send 'help' to java-interest-request@java.sun.com