Directions: Step 1: Save the below file
into your webpage directory
topmsg.js (right click
and Save as)
Step 2: Insert the below into the <body>
section of the page(s) you want the message to
be shown. Insert the code in open space
(inside the <body> but outside of any
tables or other containment tags)
<script src="http://www.yourdomain.com/topmsg.js">
//Always-on-top message Script- © Dynamic Drive
(www.dynamicdrive.com)
//For full source code, and Terms Of use, visit
dynamicdrive.com
//This credit MUST stay intact for use
</script>
Where
http://yourdomain.com/topmsg.js
represents the url pointing to where your js
file is saved. All configurations to the message
is done inside the file topmsg.js you saved
under step 1. Simply follow the instructions
inside the file to make all the necessary
changes.