Searched refs:iframe (Results 1 – 1 of 1) sorted by relevance
8274 iframe, iframeDoc, variable8919 if ( !iframe ) {8920 iframe = document.createElement( "iframe" );8921 iframe.frameBorder = iframe.width = iframe.height = 0;8924 body.appendChild( iframe );8929 if ( !iframeDoc || !iframe.createElement ) {8930 iframeDoc = ( iframe.contentWindow || iframe.contentDocument ).document;8940 body.removeChild( iframe );