Мпп
<html>
<head>
<title>Тестирование</title>
</head>
<body>
<iframe src="http://javascript.ru/" width="200" height="200" scrolling="yes"></iframe>
<script>
var iframe = document.querySelector('iframe');
console.log(iframe.contentWindow.document);
</script>
</body>
</html>