how to get iframe dom in js https://stackoverflow.com/questions/3999101/get-iframes-document-from-javascript-in-main-document // iframe.contentDocument == iframe.contentWindow.document document.getElementById('myframe').contentWindow.document; functi…