Переделал, но всё равно не работает.
http://gim.ucoz.net/f3.htm
<html>
<head>
<script language="text/javascript">
function f(){
document.getElementById("qwe").contentWindow.docum ent.body.style.background ='#000';
}
</script>
</head>
<body>
<iframe id=qwe src="http://gim.ucoz.net/f2.htm"></iframe>
<a onclick="f()">ChangeColor</a>
</body></html>