Special Effects using JavaScript Background Changer using JavaScript Make yourself a flashy and colorful entrance to your web page with this script. This script has two parts that both reside between the <HEAD> and the </HEAD> tags but make note to place them AFTER the <TITLE> and the </TITLE> tags not before like most scripts. Placing them in your document before these tags may cause problems. Do it like so: <HEAD> <TITLE>My Title</TITLE> <SCRIPT LANGUAGE="JavaScript"> </SCRIPT> </HEAD>
Make yourself a flashy and colorful entrance to your web page with this script. This script has two parts that both reside between the <HEAD> and the </HEAD> tags but make note to place them AFTER the <TITLE> and the </TITLE> tags not before like most scripts. Placing them in your document before these tags may cause problems. Do it like so: <HEAD> <TITLE>My Title</TITLE> <SCRIPT LANGUAGE="JavaScript"> </SCRIPT> </HEAD>
This script has two parts that both reside between the <HEAD> and the </HEAD> tags but make note to place them AFTER the <TITLE> and the </TITLE> tags not before like most scripts. Placing them in your document before these tags may cause problems. Do it like so:
<HEAD>
<TITLE>My Title</TITLE>
<SCRIPT LANGUAGE="JavaScript">
</SCRIPT>
</HEAD>
It looks like this:
Top of Page?