Help to print hidden pages

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • AJH
    New Member
    • Sep 2007
    • 1

    Help to print hidden pages

    I would like to print a non opened page (file) from a button on a page that is open. For example, the open page is too large to print out in a single page so I've created another more condenced version of the page as the printable page.
    AJH
    Last edited by pbmods; Sep 24 '07, 11:51 PM. Reason: Removed email address.
  • pbmods
    Recognized Expert Expert
    • Apr 2007
    • 5821

    #2
    Heya, AJH. Welcome to TSDN!

    For your protection, I have removed your email address from your post.

    Comment

    • dmjpro
      Top Contributor
      • Jan 2007
      • 2476

      #3
      Originally posted by AJH
      I would like to print a non opened page (file) from a button on a page that is open. For example, the open page is too large to print out in a single page so I've created another more condenced version of the page as the printable page.
      AJH
      If your page is so large to open then simple extract it's content and put it into a div and make the div hidden.
      Now get the div reference and call print function.
      Good Luck with your try :-)

      Kind regards,
      Dmjpro.

      Comment

      Working...