public abstract void showDocument (URL url)

Requests that the browser or applet viewer show the Web page indicated by the url argument. The browser or applet viewer determines which window or frame to display the Web page. This method may be ignored by applet contexts that are not browsers.

Parameters:
url    an absolute URL giving the location of the document.