Iteratively Perfecting
A Software Developer's notes along the way
Static Pages
Posts
SQL Server links
C# Links
HTML5 Links
Friday, July 20, 2007
JavaScript Dynamic Document Creation in New Windows
newtext = document.forms.mainForm("
MyTextAreaElement
").value
;
newwindow = window.open();
newdocument = newwindow.document;
newdocument.write(newtext);
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment