Searched refs:iframe (Results 1 – 2 of 2) sorted by relevance
366 self.iframe = Frame(self)367 self.iframe.grid(row=0, column=0, sticky=E+W)368 f = LabelFrame(self.iframe, bd=4, text="Sources")390 f = LabelFrame(self.iframe, bd=4, text="Sources")
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 );