Hi,
What i know about printing a html/jsp page is handled by CSS, we normally define a separate css with the name print.css which will handle which parts should be sent to printer and which should not. Check for some examples online.
You need to set the dispaly attribute fo the footer and header div as "none". then it wont send those parts for printing.
Regards,
Rakesh
|