|
Getting url of page applet is running on
I need to get the current URL that the java applet is running on, this is mainly because the URL is dynamic and contains ID's that are required to continue to the next page. I know how to go to another page from applet by using showDocument, but how would I get the URL of my current location instead?
|