Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Feedback on: irt.org FAQ Knowledge Base Q993, July 03, 2002 at 13:19:38:

You are here: 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

©2018 Martin Webb