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

Feedback on: irt.org FAQ Knowledge Base , February 26, 2001 at 05:57:18:

You are here: irt.org | About | Feedback | 2424 [ previous next ]

Feedback on:
irt.org FAQ Knowledge Base

Sent by
Jeroen Koning on February 26, 2001 at 05:57:18:

Worth:
Very worth reading

Comments:
There is an error in the text of Q73 that you might want to correct.
Below I copied part of Q73, and used UPPERCASE to indicate the error (two times 'parent. was left out). And I suggested a clearer link between the two chunks of source.
[Use lowercase if correcting]

Plus: A Hint at the top to only use the bottom solution is useful: the step-up solution in the middle contains errors too.

_______________________
Ken Tholke writes:

<html>
<head>
<title>Parent Frame</title>
</head>
<frameset rows="90, *">
<frame name="header" src="name.html">
<frameset cols="18%, 82%">
<frame name="navigator" src="NAVIGATOR.html">
<frame name="display" src="still_yet_another_name.html">
</frameset>
</frameset>
</html>

Again, the key is to put the focus on the frame that is supposed to be printed, by invoking "focus()" first.

SOURCE FOR NAVIGATOR.HTML

<html>
<head>
<title>Navigator Frame</title>
</head>
<body>
<form name="PrintA">
<input type="button" name="PrintB" value=" Print " onClick = "PARENT.window.display.focus(); PARENT.window.display.print()">
</form>
</body>
</html>





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

©2018 Martin Webb