Cross Browser Way Of Setting Iframe To "about:blank"? August 31, 2023 Post a Comment Does anybody know a proper, cross-browser way to 'empty' an IFrame? Is 'about:blank' recognized without error across all browsers? Is it valid to give an IFrame an empty src?Solution 1: How about src="javascript: ;"Copyor src="javascript:void(0)"CopyThis should work fine with IE and FirefoxBaca JugaJs Regexp To Replace < And > Inside Element AttributesHighlight Rows Across Two Adjacent Tables With CssIframes Not Valid In Xhtml Strict Share You may like these postsIframe Auto Adjusting Its Height To Fit To The Content HeightHow Exactly Can I Replace An Iframe With A Div And Javascript?Iframe Inside Div Cut Off ContentTypeerror: 'undefined' Is Not An Object (evaluating 'window.frames["content"].document.location') Post a Comment for "Cross Browser Way Of Setting Iframe To "about:blank"?"
Post a Comment for "Cross Browser Way Of Setting Iframe To "about:blank"?"