How can I open the print dialog

Ask a Question related to ASP.NET, Design and Development.

  1. #1

    Default Re: How can I open the print dialog

    you could add a print-button -
    let it go "server side" to display what you want to print, and register some
    java to print the form...
    then direct them back server side to restore the original page. (also java,
    or a button)

    "Mike John" <RiadeAsleh@hotmail.com> wrote in message
    news:0a0f01c34271$3e395bf0$a001280a@phx.gbl...
    > I want to open print dialog in modual mode ,so the next
    > line of code will not execute until the print dialog
    > window is close.
    >
    > I have used the following systax in vb,js:
    >
    > document.window.print()
    > alert("Done print")
    >
    > Yes, the print dialog window opens, but the second line of
    > code got executed, even thou the print dialog window is
    > still open
    >
    > The reason of why I want to do that, is because I want
    > hide some controls before printing then appearing them
    > again after the print dialog window is close
    >
    > Sincerly yours
    >
    >
    > Mike John
    >
    >
    >
    >

    David Waz... Guest

  2. Similar Questions and Discussions

    1. Funkiness in print dialog box
      When I go to print a document, I hit command-P, and up jumps the print dialog box. I select the printer I want to use, and go from the "Copies &...
    2. Illustrator 10 Print Space settings in Print Dialog
      Howdy all; I've got a peculiar situation that I haven't found an answer to yet. On my laptop PC (Windows XP Home) when I go to print a document...
    3. Bypass Print Dialog
      Hi all, I'm building a ticketing system for a minor league baseball team and of course it will utilize a ticket printer. I was wondering if there...
    4. How to get a OPEN/SAVE dialog option window when open Excel from IE browser.
      I use the following to open Excel from IE browser, but I don't get a OPEN/SAVE dialog option window. Instead, the Excel opened in the browser...
    5. Excel open automatically without giving a dialog box option to Open/Save/Cancel using filesys.create
      Excel open automatically without giving a dialog box option to Open/Save/Cancel using filesys.createTextFile. How to pop up the dialog box option...
  3. #2

    Default Re: How can I open the print dialog

    Hi

    [url]http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/events/onafterprint.asp[/url]

    You can also use CSS to state what should be printed
    [url]http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/properties/media_1.asp[/url]

    --
    Best Regards
    Vidar Petursson
    ==============================
    Microsoft Internet Client & Controls MVP
    ==============================
    "Mike John" <RiadeAsleh@hotmail.com> wrote in message
    news:0a0f01c34271$3e395bf0$a001280a@phx.gbl...
    > I want to open print dialog in modual mode ,so the next
    > line of code will not execute until the print dialog
    > window is close.
    >
    > I have used the following systax in vb,js:
    >
    > document.window.print()
    > alert("Done print")
    >
    > Yes, the print dialog window opens, but the second line of
    > code got executed, even thou the print dialog window is
    > still open
    >
    > The reason of why I want to do that, is because I want
    > hide some controls before printing then appearing them
    > again after the print dialog window is close
    >
    > Sincerly yours
    >
    >
    > Mike John
    >
    >
    >

    Vidar Petursson Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139