0

I have a scenario wherein one applet has to trigger the invocation of another applet. Please suggest me how I go about it.

Sanjeev Gopinath V

1s2a3n4j5e6e7v
  • 1,243
  • 3
  • 15
  • 29

1 Answers1

0

Taken from this link - Hope this will help you -

you can call another applet using

getAppletContext().showDocument(URL, "_blank")  

where URL is the HTML page containing the second applet. That will open a new window.

Sachin Shanbhag
  • 54,530
  • 11
  • 89
  • 103