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. |
|