Java Applets

Navigator Ticker

Last Updated: November 18, 1998


  1. Example
  2. Installation
  3. Documentation and Source Code


Example of Navigator Ticker


Installation

To install the Java Navigator Ticker onto your Virtual Server, you will need to telnet to your Virtual Server and then do the following steps:

  1. cd   (this will put you in your home directory)
  2. 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 Internet Servers Incorporated ...\\http://www.littletechshoppe.com/index.html">
    <param name=msg1 value="... Version 2.0 of the FAQ is now available ...\\http://www.littletechshoppe.com/virtual/faq.html">
    <param name=msg2 value="... Check out the latest additions to the CGI library ...\\http://www.littletechshoppe.com/cgi/library.html">
    <param name=msg3 value="... Don't miss our comprehensive Technical Support Home Page ...\\http://www.littletechshoppe.com/support/home.html">
    <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(tm): 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 21, 1996)

http://163.121.10.41/java/applets/NavTickr/
 

Source Code

see link above for source code
 


Copyright © 1996, Last Modified: 18 November 1998 A Little Technology Shoppe, LLC. All rights reserved. All brand names and product names used on these web pages are trademarks, or trade names of their respective holders.