Hi,
I have a window with horizontal scrollbar (no vertical scrollbar). When I do:
function printWindow() {
bV = parseInt(navigator.appVersion);
if (bV >= 4) window.print();
};
It simply chops off the content on the right end and prints only what fits in one page. I would like to print the entire content page-by-page on 'landscape'.
Can anyone help?
Thanks.
I have a window with horizontal scrollbar (no vertical scrollbar). When I do:
function printWindow() {
bV = parseInt(navigator.appVersion);
if (bV >= 4) window.print();
};
It simply chops off the content on the right end and prints only what fits in one page. I would like to print the entire content page-by-page on 'landscape'.
Can anyone help?
Thanks.