Comment Another Way (Score 1) 448
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).
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).