How To Create A New Htmldocument In Ie?
dcoument.implementation.createHTMLDocument [2] is one of the lesser-known DOM methods that (surprise!) creates a brand new HTML document. Unsurprisingly, browser support is rather
Solution 1:
How about setting src to about:blank?
(And perhaps document.writeing an empty HTML document)
Post a Comment for "How To Create A New Htmldocument In Ie?"