Home
last modified time | relevance | path

Searched refs:iframeDoc (Results 1 – 1 of 1) sorted by relevance

/template/ospyramid/js/libs/
H A Djquery-1.6.1.js7946 iframe, iframeDoc, variable
8538 if ( !iframeDoc || !iframe.createElement ) {
8539 iframeDoc = ( iframe.contentWindow || iframe.contentDocument ).document;
8540 iframeDoc.write( "<!doctype><html><body></body></html>" );
8543 elem = iframeDoc.createElement( nodeName );
8545 iframeDoc.body.appendChild( elem );