How to communicate with another applet in different frame?

Hello,evryoneHow to communicate with another applet in different frame?Can you give some advices?thank you!zhongboqing
[160 byte] By [zhongboqing790612] at [2007-9-26 5:22:12]
# 1

i faced this problem one year ago.It would be something like that:

first you have to get the applet context 'getAppletContext()' (which is the current frame).

Then get parent of that context 'getParent()' (which is the browser context).

Then u can access the desired frame by its name. Finally you can access the desired applet located within this frame by

r_mikhaeil at 2007-6-29 19:28:25 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...