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

BBS: Re: javascript print button - June 13, 1998 at 08:31:02

You are here: irt.org | BBS | Re: javascript print button [This BBS is closed]

Posted by Martin Webb on June 13, 1998 at 08:31:02:

In Reply to: javascript print button posted by ngozi okwudili ince on June 12, 1998 at 10:20:37:

: I would like to put a "print this page" button inside one of my "popup" windows (made without the menu bar) so that it prints the contents of that window. How do I do this??

For NN4 do:

if (window.print) {
document.write ('<FORM><INPUT TUPE="BUTTON" onClick="window.print ()"></FORM>');
}


Follow-ups:

You are here: irt.org | BBS | Re: javascript print button [This BBS is closed]

©2018 Martin Webb