Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

inter-applet communication

Status
Not open for further replies.

ranadhir

Programmer
Nov 4, 2003
54
IN
We have the following scenario.
From page 'A' we download an applet.Then we open page 'B' from 'A' through window.open.
Page 'B' downloads another applet - is it possible for this applet to invoke a method on the packaged applet from page 'A'.
If not,is there any other better way to achieve this?
Page 'B' is not modifiable .Page 'A' simply needs to download a 'listener' library on to the client machine,which can be called on/notified by the applet downloaded by page 'A'.
 
I don't think you can do it without modifying page B.

Could you give us a little more details? Maybe anyone can suggest a workaround.

Cheers,
Dian
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top