Mike: Mehrere Frames Drucken

Hallo,

ich habe mehrere Frames untereinaner

Mein 6ter Frame sieht folgendermaßen aus:

<div align="left"><font color="White">
           <a href ="javascript:parent.close();">
       <img  name = "Quit" alt = "Quit" src = "images/quit.gif" border = "0" cellspacing = "0" framespacing = "0" >
      </a>
      <a href ="javascript:window.print();">
       <img  name = "Print" alt = "Print" src = "images/prnt.gif" border = "0" cellspacing = "0" framespacing = "0" >
      </a>

FRAME6</font></div>

Wenn ich jetzt auf den drucken Butten gehe, druckt er mir aber immer nur das akuelle (Frame6) aus. Wie bekomme ich es hin das er mir auch Frame 1-5 eben das komplette Fenster ausdruckt.

Vielen Dank

  1. hiho,

    hast es mal mit "parent.print()" versucht? vielleicht klappt das ..

    gruß hein

    1. Das habe ich auch schon probiert, selbes ergenis, genauso wie bei parent.frames.print, das klappt auch nicht.

      1. Das habe ich auch schon probiert, selbes ergenis, genauso wie bei parent.frames.print, das klappt auch nicht.

        und ganz spekulativ:

        1. parent.focus();
        2. window.print(); bzw. parent.print();

        ?

        ich wüsste sonst auch nix ... sorry

        gruß hein