Results 1 to 3 of 3

Thread: Open the Print dialog

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jan 2001
    Location
    Denmark
    Posts
    1,049

    Question Open the Print dialog

    How do I open the print dialog from the app? I wish open this dialog when a button named "Print" is clicked.

  2. #2
    Frenzied Member axion_sa's Avatar
    Join Date
    Jan 2002
    Location
    Joburg, RSA
    Posts
    1,724
    That would be javascript:
    Code:
    <input type="button" id="btnPrint" name="btnPrint" value="Print" onclick="window.print();">

  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    Jan 2001
    Location
    Denmark
    Posts
    1,049
    Yes of course, thanks a lot!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width