Mehrere Frames Drucken
Mike
- javascript
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
hiho,
hast es mal mit "parent.print()" versucht? vielleicht klappt das ..
gruß hein
Das habe ich auch schon probiert, selbes ergenis, genauso wie bei parent.frames.print, das klappt auch nicht.
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