From what I know Javascript can do it, as Lisa mentioned. The problem with that is when someone has disabled Javascript, then any Javascript becomes useless.
Preventing items from being printed on a Web page can be handled by CSS. You can specify a CSS to use for displaying on a screen and another for printing. Then on the print CSS simply set "display:none;" for the items you don't want to show up in print.
|