[thelist] javascript print function?

James Aylard thelist at lists.evolt.org
Tue May 7 13:35:00 2002


David,

> Is there a cross-browser method in javascript to
> print?

    Yes, window.print(), which will pop the print options dialog. This will
not work in browser versions prior to Netscape 4 and IE 5.

James Aylard