Hi,
I have a visual applet(applet2) containing a swing component(a JLabel
) and I have a non visual applet(applet1) which calls a javascript function. I am trying to create a bridge between the 2 applets.I want to display the result of the javascript function
(applet2) in the label of applet1.
I keep getting a JSException even before the applets are loaded.
Can anybody help?

Thanks in advance.