Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

Feedback on: irt.org FAQ Knowledge Base Q993

irt.org | About | Feedback | 3981 [ previous next ]

Feedback on:
irt.org FAQ Knowledge Base Q993

Sent by
Chris Lively on July 03, 2002 at 13:19:38:

Worth:
Worth reading

Comments:
The behavior listed needs to be updated for IE 6.

Under IE 6, if you execute the frames[i].print(); command, then a dialog box shows up which forces you to print ALL of the frames at once, individually.

In other words, each time you execute the print command, it will print a separate copy of the frame. Under this example there will be 3 copies of each frame printed.

Therefore, the printAll() function should really look like the following:

function printAll() {
frames.print();
}

Also, the original example appears to not work at all under NS4.5 on Win98


Other feedback on 'irt.org FAQ Knowledge Base Q993' - show all


Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 21st December 2007. Maintained by: Martin Webb
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.