Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Window with Horizontal Scrollbar.

Status
Not open for further replies.

jagi

Programmer
Mar 13, 2005
48
US
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.
 

This could well be down to a combination of the HTML you are using on the page, and the print settings on the browser used.

I think the best you can do is post in the HTML forum and see what could be done with re-jigging your HTML and/or using print CSS.

Hope this helps,
Dan


[tt]D'ya think I got where I am today because I dress like Peter Pan here?[/tt]

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top