Try this:
<html>
<body>
<applet code="applet1.class" name"myApplet1"></applet>
<applet code="applet2.class" name"myApplet2"></applet>
</body>
</html>
The method in Applet 1 to get Applet 2 would be :
Applet theOtherApplet = getAppletContext().getApplet("myApplet2");
Barry Scott
IJava UK
----- Original Message -----
From: Moloy Biswas <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, January 06, 2000 11:07 AM
Subject: Very Very Urgent !!!
> Can anyone tell me how to call one applet from another applet ? This is
> required to me because I want to design a system of multiple hiererchy
> of applets and with those applets I want to handle a backend database.
> In the front end I want to use a browser to get the parent applet.
>
> Please help, this is very very urgent for me.
>
> Thanks in advance
>
> Moloy
>
>
> --------------------------------------------------------------
> SREI INTERNATIONAL FINANCE LTD., CALCUTTA, INDIA
>
>
___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html