<body onclick=" r = parseInt(256*Math.random()); g = parseInt(256*Math.random()); b = parseInt(256*Math.random()); this.style.background = 'rgb(' + r + ',' + g + ',' + b + ')'; "> </body>