|
Last Updated: February 25, 1998
Navigator Ticker
- Example
- Installation
- Documentation and Source Code
Example of Navigator Ticker
Installation
To install the Java Navigator Ticker onto your Virtual Server, you
will need to
telnet or SSH to your Virtual Server and then do the following
steps:
cd (this will put you in your home
directory)
tar -xvf /usr/local/contrib/NavTicker.tar
The HTML source below represents the applet definition for the
Navigator Ticker.
<applet codebase="/Java/NavTicker"
code="NavigatorTicker.class" width=500 height=32>
<param name=count value=4>
<param name=msg0 value="... Welcome to Beck Web Servers &
Design ...\\http://www.web-design.net/index.shtml">
<param name=msg1 value="... Version 3.0 of the FAQ soon
available ...\\http://www.web-design.net/servers/vfaq/">
<param name=msg2 value="... Check out the latest additions to
the CGI library ...\\http://www.web-design.net/CGI/library/index.shtml">
<param name=msg3 value="... Don't miss our comprehensive
Getting Started Page ...\\http://www.web-design.net/support/newclient/">
<param name=speed value=9>
<param name=bgco value=240,240,240>
<param name=txtco value=55,50,175>
<param name=linkco value=187,16,16>
</applet>
If you are unfamiliar with JAVA, or would like to learn more
about JAVA: Programming for the Internet, the following URL is
an excellent resource:
http://java.sun.com
Documentation and Source Code
Documentation
More information about the Navigator Ticker can be obtained at the
following URL:
(The URL below was known to be valid as of
February 25, 1998)
http://163.121.10.41/java/applets/NavTickr/
Source Code
see link above for source code
|