Prevent printing of a pageTag(s): HTML/CSS
These tips will only make it harder.
[IE]
<BODY onBeforePrint="document.body.style.display = 'none';"
onAfterPrint="document.body.style.display = '';">
<style type="text/css">
@media print {
BODY { display: none !important;}
}
</style>
See also this HowTo and this one.
mail_outline
Send comment, question or suggestion to howto@rgagnon.com
Send comment, question or suggestion to howto@rgagnon.com