Hi experts,,,
the two ways that I know to get the page url are: 1.through the applet class: Applet.getDocumentBase()
2.through the netscape javascript library: JSObject.getWindow(this).eval("location.href")
First, what are the differences between those two methods and advantages of each,
Secondly, can users trick the url of those methods in someway? to make the applet think it's embeded in http://www.stackoverflow.com/index.html for example?