A complete HTML file

Here is how a sample HTML file will look using this javascript include file. Put it immediately after the </HEAD> tag. If you put it anywhere else, it won't work right!

See what it does       Grab the source

See more javascripts

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>

<TITLE> your page title </TITLE>

<META NAME="Copyright" CONTENT="Copyright ©1997-1999 Charlene C. Schaar">
<META NAME="Author" CONTENT="Charlene C. Schaar aka sleepy">

</HEAD>


<!-- assumes javascript include file was saved as bg-wom.js -->
<SCRIPT LANGUAGE="JavaScript" SRC="bg-wom.js">
</SCRIPT>

<!-- provide a default for those with javascript off -->
<NOSCRIPT>
    <BODY BGCOLOR="99CCFF" TEXT="330066" LINK="003399" VLINK="660000" ALINK="660000">
</NOSCRIPT>


Your page content--such as text and graphics--goes here!



</BODY>
</HTML>





Copyright ©1997-2001  Charlene C. Schaar
All rights reserved.

Hosted by www.Geocities.ws

1