Forum Moderators: open
onload = function() {
document.body.style.background = 'url(my.jpg)'
document.body.style.backgroundRepeat = 'no-repeat'
document.body.style.backgroundPosition = 'center center'
}
Also, you can combine styles in one declaration the same way that you would in CSS.