JumpButton applet
JumpButton is a small, simple (Java 1.1+) applet that provides a
button that will direct to another page.
The JumpButton applet is not intended to be used in place of links* in
a standard HTML document! It provides a very poor second to an HTML style
link.
JumpButton is instead useful as a 'secondary' applet
to load when a main applet is unsupportable (e.g. when the minimum
version required to run the main applet is greater than the version
available in this browser).
Designed specifically for use with Wrapplet.
Advantages of HTML links
* HTML links would be preferable in most situations, because
they..
- Do not require Java
- Are guaranteed to work and
- Will be followed/indexed by search engines.
|