var iFrame = …; var iFrameDocument = iFrame.contentDocument || iFrame.contentWindow.document; var … = iFrameDocument.getElementById("…");
var newWin = window.open(…); newWin.document.getElementById("…")