Html Java Applet help?

BLondehh

New member
I have a java applet embedded in my html page. When the user runs the embedded applet I want a second html page to open. Is it possible to detect when the applet is running from some sort of javascript / PHP or would I have to edit the actual applet (Which I have very little experience with)

Thanks.
 
javascript and java can call methods from each other. you have to expose the hooks going both ways. so, yeah, it does take a little code modification on the java side.
 
Back
Top