I have googled around but have not come to an answer. The only thing close to my goal was utilizing meta redirect after X seconds, like so:
<meta http-equiv="refresh" content="5;url=index2.html">
What I need is php or html code that detects if my java applet has been run on the page, and then redirects to another file address.
How might I go about this, can someone be so kind as to throw me an example code? Very much appreciated, thank you kindly for your time.
If you want the redirect triggered from within the applet I would try with the showDocument(). It can be used like this: