Page is a not externally linkable
Rain_Lover - 3:54 pm on Jul 26, 2011 (gmt 0)
You can often set the property directly:
document.getElementById("foo").bgcolor = "#00FF00";
(If the property name is the same as the attribute. Case-sensitive, so 'bgcolor' is different to 'bgColor' in this instance.)
Tried both to no avail. Thanks a lot all the same! :)