|
INSTRUCTIONS:
Paste the following <script> ... </script> block into the
<body> (notice we said the body, *not* the <head>) of
your page, exactly where you would like the message to
appear.
Design Notes:
When
you use an in-the-body script like this, you will
usually want to format the text it prints into the page.
This is simple enough to do -- just surround the the
<script> ... </script> block with font tags, like this:
<font face="Arial" size="2" color="#FF0000">
<script>...</script></font>
Change the face, size, and color to match your design.
You may not, of course, want to use the "Hello Name!"
message we show. See the two commented lines in the script
above for where you can change the message.
Copyright 2002 KC's Webspices.