I remember experimenting with the following thing a couple years ago:
Java applet and Javascript can exchange values. Page contains OnLoad handler that checks if Java applet has started (and the applet is supposed to show a banner and put some predetermined value in a variable that is later picked up and validated by the JavaScript).
I remember experimenting with the following thing a couple years ago:
Java applet and Javascript can exchange values. Page contains OnLoad handler that checks if Java applet has started (and the applet is supposed to show a banner and put some predetermined value in a variable that is later picked up and validated by the JavaScript).