Advanced printing options

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • BeMe
    New Member
    • Jul 2008
    • 12

    Advanced printing options

    Hi,
    I have a table that its length changes according to the column headers,
    I want to print that table (with the help of JS) but i have a problem,
    once the table is wider than the page, it prints only what fits in the page....
    anoter problem - i dont know the size of the page...
    is it possible to automaticly print it in 2 pages if it doesn't fit in one?

    Thank for helping!
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    JavaScript doesn't have much control over printing options, but you can use CSS to control printing. See, for example:
    CSS Discuss PrintStylesheet s
    A List Apart: Going to Print

    Comment

    Working...