View Single Post
Old Apr 27th, 2005, 12:49 PM   #3
Ooble
I eat cake for breakfast.
 
Ooble's Avatar
 
Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9 Ooble is on a distinguished road
This is simple enough:
<input type="text" id="text1" /><br />
<input type="button" value="Change Table" onclick="document.getElementById('text1').style.backgroundColor = '#FF0000';" />
__________________
Me :: You :: Them
Ooble is offline   Reply With Quote