1440523.html (620B)
1 <html> 2 <head> 3 <script> 4 try { frame = document.createElement('frame') } catch(e) { } 5 try { document.documentElement.appendChild(frame) } catch(e) { } 6 try { contentDocument = frame.contentDocument } catch(e) { } 7 try { contentDocument.writeln("<p contenteditable='true'>") } catch(e) { } 8 try { anotherDocument = document.implementation.createHTMLDocument(); } catch(e) { } 9 try { rootOfAnotherDocument = anotherDocument.documentElement; } catch(e) { } 10 try { document.replaceChild(rootOfAnotherDocument, document.documentElement); } catch(e) { } 11 </script> 12 </head> 13 </html>