View Single Post
  #4 (permalink)  
Old 11-30-2007, 04:08 PM
TechieGuy's Avatar
TechieGuy TechieGuy is offline
Super Moderator
 
Join Date: Jul 2007
Location: Canada
Posts: 1,172
TechieGuy has a rock solid WB reputation (over 300 points)TechieGuy has a rock solid WB reputation (over 300 points)TechieGuy has a rock solid WB reputation (over 300 points)TechieGuy has a rock solid WB reputation (over 300 points)
Default

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.
Reply With Quote