faqts : Computers : Programming : Languages : JavaScript : Frames

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

12 of 32 people (38%) answered Yes
Recently 3 of 10 people (30%) answered Yes

Entry

When I print a frame in NN4 using "frame.print()" for a document made only with "document.write", NN4 print NOTHING!!!, Why?

Aug 29th, 2000 08:35
Martin Honnen, Diego Arnaiz,


Printing dynamically generated pages is one of the weaknesses of NN4. I 
don't know of a way to make printing reliably, you might get no pages 
or even an alert there are no pages to print.
Make sure you have complete HTML in your window/frame i.e. don't forget 
  <HTML><BODY>...</BODY></HTML>
But still then printing remains unreliable.