HomeArticlesFAQsXREFGamesSoftwareInstantBooksBBSAboutFOLDOCRFCsFeedbackSearchSite-Map
logo

Q769 Is it possible to print a html page?

You are here: irt.org | FAQ | JavaScript | Print | Q769 [ previous next ]

Yes:

<SCRIPT LANGUAGE="JavaScript"><!--

if (window.print)
    window.print()

//--></SCRIPT>

©2011 Martin Webb