/ Published in: JavaScript
URL: http://snippets.dzone.com/posts/show/13011
Expand |
Embed | Plain Text
var ifr = document.getElementById('your_iframe'); var ifr_doc = ifr.contentWindow.document;
You need to login to post a comment.
