Gets the URL of the document in which the applet is embedded.
For example, suppose an applet is contained
within the document:
http://java.sun.com/products/jdk/1.2/index.html
The document base is:
http://java.sun.com/products/jdk/1.2/index.html
Returns:
the {@link java.net.URL} of the document that contains the
applet.
See Also:
AppletStub.getCodeBase()
,