Color Button

Script by Dennis Wildbore

     You get what you click for. This script will work with any color command your browser understands. You can also change what the button reads by changing out the VALUE statement. Just change them out in the script:

<form>
<input type="button" Value="Click for Yellow" onClick="document.bgColor='yellow'">
</form>

Back to the Button, Links, and E-Mail Scripts