[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.
Written and compiled by Réal Gagnon ©1998-2011
[ home ]