<body> <script> alert(document.body.innerHTML.match(/\n/g).length); </script>
<iframe src="http://lookatcode.com/" onload="alert(this.contentWindow.document.body.innerHTML.match(/\n/g))"></iframe>