SyntaxFix
Write A Post
Hire A Developer
Questions
You can change background of a page by simply using:
function changeBodyBg(color){ document.body.style.background = color; }
Read more @ Changing the Background Color