var iframe = document.getElementById(iframeId); var doc = iframe.contentDocument || iframe.contentWindow.document; doc.getElementById(id)...