Printing only specific part of page

Shreya Trivedi replied to Pragya Jaiswal at 12-Jun-08 05:31

create a css as follows in javascript:

<STYLE type="text/css" media="print">
   .hidePrint {     visibility:hidden;   display:none;}
 </STYLE>
then apply that css class to the elements you want to hide.


Click here to sign in and reply. You could earn money via our $500 contest just for being helpful.
  Printing a asp net web page - Pragya Jaiswal  20-Mar-05 07:06 7:06:01 PM
      How did you get the print to work - Dalia fadel  08-Apr-05 12:25 12:25:23 PM
          forum - vel vel  16-Apr-05 02:59 2:59:07 AM
      How to print web page? - Riny Muliawan  17-May-05 02:21 2:21:06 AM
      How to print web page? - Riny Muliawan  17-May-05 02:27 2:27:29 AM
      Printing only specific part of page - Shreya Trivedi  12-Jun-08 05:31 5:31:04 AM
View Posts