iframe same orgin test
iframe same orgin test
by jihoon kim
HTML
<iframe name="aaa" src="https://www.google.co.kr" width="100%" height="1000"></iframe>
JavaScript
console.info($("aaa").innerHTML);
by jihoon kim
<iframe name="aaa" src="https://www.google.co.kr" width="100%" height="1000"></iframe>
console.info($("aaa").innerHTML);