A DOM Level 2 HTML method that writes a string of text to a document stream opened by document.open().
A DOM Level 2 HTML method that writes a string of text to a document stream opened by document.open().
A DOM Level 2 HTML method that writes a string of text to a document stream opened by document.open().
A DOM Level 2 HTML method that writes a string of text to a document stream opened by document.open().
hello
world"); w.document.close(); } catch(err) { …