<!DOCTYPE html>function changeStyle(){var x=document.getElementById("myframe");var y=(x.contentWindow || x.contentDocument);if (y.document)y=y.document;y.body.style.backgroundColor="#0000ff";}id="myframe" src="demo_iframe.htm"Your browser does not support iframes.type="button" onclick="changeStyle()" value="Change background color"