var iframe = document.getElementById("Composition"); var iframeDocument = iframe.contentDocument || iframe.contentWindow.document; var sel = iframeDocument.selection; …