AutoLoadURL
Applet Name: AutoLoadURL
Applet Source: AutoLoadUrl.java
Import(s): java.net, java.lang, java.applet, java.awt
Feature(s): text, image
Author: Jan Andersson
The AutoLoadUrl applet will load a URL automatically as soon as an java enabled browser is used. I use this on my home page to load an alternate Java-enabled page, if running with an Java-enabled browser.
But Note:, the Netscape 2.0b2 implementation of showDocument() is broken, and this applet only works for Netscape 2.0b3 (or higher).
Typical usage is as follows:
<APPLET CODE="AutoLoadUrl.class" WIDTH=400 HEIGHT=100> <PARAM NAME=url VALUE="http://www.algonet.se/~jannea/java/index.html"> <BLOCKQUOTE> <HR> If you were using a Java-enabled browser, a new java-enabled page would be automatically loaded... <HR> </BLOCKQUOTE> </APPLET>