<p><b>This page contains a JavaScript Banner Example</b></p>
<hr>
<center><form name="timerForm" onSubmit="0">
<input type="text" name="timerField" size=45 value ="">
</form>
<br>
</center>
<hr>
<p>
<b>How to use:</b></p>
<blockquote>
<p>Copy all JavaScript (located in the Head section of this file) to another file. You can also use this file as a stationery. </p>
<p>
Use the following Body tag <code><BODY onLoad="startclock()"></code> to start the timer that is used for updating the field with new messages.</p>
<p>
Use something like this inside the Body part of your page to display the banner.</p>
<pre><FORM NAME="timerForm" onSubmit="0">
<INPUT TYPE="text" NAME="timerField" SIZE=45 VALUE ="">
</FORM>
</pre>
<p>
Adjust the size of the text field in the attribute named <code>SIZE=40</code>, remember to add some extra space or test it in different browsers to make sure the longest of your messages is fully visible.</p>
</blockquote>
<p>Another way of displaying different messages is to use animated GIF-images. This will give you more graphical control of the display and can even be used to create simple movies. Use an application such as GIFBuilder to create animated GIF-images.</p>