Re: How to print window in javascript?
Martin Honnen <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.jsdebugger |
|---|---|
| Organization | Liberty Development |
| Message-ID | <[email protected]> |
linsong wrote: > I want to use window.print() to print the window, but it cant in > Mozilla. How can I do this? This is the debugger newsgroup. Are you trying to use that call in a debugger window or why are you asking here? As for window.print Mozilla supports that method, of course it does not print the document in the window directly but rather opens the print dialog where the browser user can then choose whether or not to print. -- Martin Honnen http://JavaScript.FAQTs.com/