/ Published in: JavaScript
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
var ifr = document.getElementById('your_iframe'); var ifr_doc = ifr.contentWindow.document;
URL: http://snippets.dzone.com/posts/show/13011