Printing several frames in Background

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

    Printing several frames in Background

    Hi together,

    I like to print several hidden frames out of a "Printing-Frame".
    Normally, I can use the window.focus() and window.print() function of
    javascript. Because, I like to print out five hidden frames, that
    meens, that there will be the print dialog (you choose on witch
    printer you want to print out) five times.

    Do anyboady know, how I can prevent this?

    Thanks

    Hans
  • Thomas 'PointedEars' Lahn

    #2
    Re: Printing several frames in Background

    Heinz wrote:[color=blue]
    > I like to print several hidden frames out of a "Printing-Frame".
    > Normally, I can use the window.focus() and window.print() function of
    > javascript. Because, I like to print out five hidden frames, that
    > meens, that there will be the print dialog (you choose on witch
    > printer you want to print out) five times.
    >
    > Do anyboady know, how I can prevent this?[/color]

    Unless you want to create another frameset with the five "hidden"
    frames and print that (regardless how it looks), you can't do this.
    And this is a Good Thing, if you think about it.
    [color=blue]
    > Hans[/color]

    Not "Heinz"?


    PointedEars

    Comment

    Working...