// Set table background colour to lightblue
var t = document.getElementById('TableA');
t.bgColor = 'lightblue';
The bgColor attribute is deprecated in HTML 4.01. The CSS:background-color property should be used instead by modifying the element's style object or using a style rule.
Page last modified 23:13, 22 Sep 2006 by LouCypher