|
printing a page from a browser
i there
i want to print a page from a browser with a function in javascript, but i don't want the header and the footer on the printed paper.
how can i make to desappear the header and the footer from the printed page?
to make disapper other items i put the visibility of them hidden with the following statment:
<item>.style.visuibility="hidden";
can i make the same to the header and footer? what is the property?
thanks...
|