אני רוצה להגיע עם JS לIFrame, וניסיתי הכול ולא הצלחתי...
הדבר שראיתי שהכי אמור לפעול הוא זה:
קוד:
<iframe id="abc" name="abc" src="myHTMLdoc.html"></iframe>
<script>
alert(document.getElementById("abc").contentDocument.body.innerHTML);
</script>
הוא לא מכיר את contentDocument

מישהו יודע?