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.