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

Feedback on: irt.org FAQ Knowledge Base Q1403

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

Feedback on:
irt.org FAQ Knowledge Base Q1403

Sent by
Kelson on Wednesday April 25, 2007 at 18:25:53

Worth:

Length:

Technical:

Comments:
In modern browsers, this is simple with CSS. Assign the button a class, say
<INPUT class="noprint" type="button" name="btnPrint" onClick="Javascript: doPrint()" value="Print">

Then in your stylesheet, include the following:

@media print {
.noprint {display:none}
}

You can add the same class to anything else that you want to hide during printing.




Other feedback on 'irt.org FAQ Knowledge Base Q1403' - 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.