CGI
HTML
Java
JavaScript
Web Design and Promotion
Web Site Development
E-mail Address:
Can you receive HTML e-mail? Yes No
Zip Code:
Down Time
downTime applet parameters
  There are 8 parameters for the downTime applet. They are as follows-
size
fileName
font
textR
textG
textB
bgR
bgG
bgB
  The only one required is size.
An Explaination of the Parameters
size -
This tells the applet how big the file to be downloaded is, in kilobytes.
fileName -
Tells the applet what file name to display. If left empty, it displays
"This File".
font -
Tells the applet which font to use. It could be
Courier,
Dialog,
DialogInput,
Helvetica, or
TimesRoman.
If left empty, TimesRoman is used.
  The rest of the parameters pertain to text and background color. Their values can range
from 0 to 255. Note: These are RGB values, not hex values.
textR - Tells the applet how much
red
to put into the text color. If left empty, 255 will be used.
textG - Tells the applet how much
green
to put into the text color. If left empty, 255 will be used.
textB - Tells the applet how much
blue
to put into the text color. If left empty, 255 will be used.
bgR - Tells the applet how much
red
to put into the background color. If left empty, 0 will be used.
bgG - Tells the applet how much
green
to put into the background color. If left empty, 0 will be used.
bgB - Tells the applet how much
blue
to put into the background color. If left empty, 0 will be used.