View Single Post
Old 02-02-2004, 02:09 AM   PM User | #1
arian
New Coder

 
Join Date: Feb 2004
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
arian is an unknown quantity at this point
BackgroundButtons

BackgroundButtons Is simply just a bunch of buttons that change the background.
This is useful for someone who's eyes hurt, or just wanna have fun. This file includes a readme and a sample.
Code:
<h1>Customization</h1>
<h2>What do you want the background color to be?</h2> 
<form>
<input type="button" Value="Click for Black" onClick="document.bgColor='Black'">
<input type="button" Value="Click for White" onClick="document.bgColor='White'">
<input type="button" Value="Click for Green" onClick="document.bgColor='green'">
<input type="button" Value="Click for blue" onClick="document.bgColor='blue'">
<input type="Button" Value="Click for red" onClick="document.bgColor='red'"
</form>
Enjoy !
Attached Files
File Type: zip backgroundbuttons.zip (21.9 KB, 186 views)
__________________
Bring it on

Last edited by arian; 02-02-2004 at 02:43 AM..
arian is offline   Reply With Quote