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

Q1294 How can I print just the middle frame?

You are here: irt.org | FAQ | JavaScript | Print | Q1294 [ previous next ]

Try:

<form>
<input type="button" value="Print" onClick="if (window.print) {top.frames[].focus();top.frames[1].print()">
</form>

Feedback on 'Q1294 How can I print just the middle frame?'

©2018 Martin Webb