If you want to use any of this examples, please put a link to our site.
Here you can find HTML-code for such link.
<html>
<head>
<title>www.redmount.com - JavaScript - Background Color</title>
</head>
<body bgcolor="White" leftmargin=30 marginwidth=30>
<a href=#null onClick="document.bgColor='#ffffff'"><img src=00.gif border=0></a>
<a href=#null onClick="document.bgColor='#ccffcc'"><img src=01.gif border=0></a>
<a href=#null onClick="document.bgColor='#ffffcc'"><img src=02.gif border=0></a><br>
<a href=#null onClick="document.bgColor='#99cccc'"><img src=03.gif border=0></a>
<a href=#null onClick="document.bgColor='#cccc99'"><img src=04.gif border=0></a>
<a href=#null onClick="document.bgColor='#ffcc99'"><img src=05.gif border=0></a>
</body>
</html>