when printing was finish

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Nir

    when printing was finish

    Hi All,

    I print from the explorer using javascript - window.print().

    I want to know when the printing was finish.

    Is there a way to get the information in the statusbar ?

    {when the browser is printing a printer image is shown in the statusbar,
    how can i know when the printer image is shown in the statusbar and when no)

    Thank All

    Nir Salab
  • Richard Cornford

    #2
    Re: when printing was finish

    "Nir" <Nir_salab@zome t.com> wrote in message
    news:64b814d1.0 310300704.2a014 997@posting.goo gle.com...[color=blue]
    >I print from the explorer using javascript - window.print().
    >
    >I want to know when the printing was finish.[/color]

    Windows IE browsers (from about 5.0) support onbeforeprint and
    onafterprint events. See Microsoft documentation for details.
    [color=blue]
    >Is there a way to get the information in the statusbar ?
    >
    >{when the browser is printing a printer image is shown in the
    >statusbar, how can i know when the printer image is shown in the
    >statusbar and when no)[/color]

    That information is not accessible through IE browser DOMs.

    Richard.


    Comment

    Working...