Background Colour Changer

Just click on this button to choose the colour background you want to have.
And now the script!!
<script language="JavaScript"> <!-- defaultStatus = "This page was created by Micah Irwin" //--> </script> <script language="JavaScript"> <!-- function background() { var colour=(prompt("Enter a Colour:","red")); document.bgColor=colour; } //--> </script> </head> <body> <center><h1>Background Colour Changer</h1></center> Just click on this button to choose the colour background you want to have. This script is &copy;Copyright by Micah Irwin, 1998.<br> <form> <input type="button" value="Click here!" onClick="background()"> </form>

Email: boozywoozy@hotmail.com