Re: Page background color won't change.
> Yes, but it isn't you... "document.bgcolor" is SO wrong it flabbergasts
> me! Google for "document.getElementById" and the css setting "background"
> for further information.
The body tag has no id, nor can I set one. However I did this
var foo = getelementbytagname("body")
foo.style.background = "red"
....and nothing changed.
|