/ Published in: Other
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
function getIFrameDocumentElement(iframe) { return (iframe.contentWindow) ? iframe.contentWindow : (iframe.contentDocument.document) ? iframe.contentDocument.document : iframe.contentDocument; }