Sieht so aus, als wuerde das nicht die Loesung sein.
Der Drucken-Link/-Button wird so ausgegeben:
»» if (navigator.appName=="Netscape" && Version >= 4) { document.write("<a href='JavaScript:drucken()' ...><img name='gr_so_print' src='/FRAMES/knoeppe/gr_so_print.jpg' width=30 height=40 alt='DRUCKEN' border='0'></a>"); }
EINSPRUCH!
Unter /fun/ z.B. wird das Drucken so fabriziert:
function drucken() {
bloedi = String.fromCharCode(63);
parent.Inhalt.location.href = ("http://www.swr3.de/cgi-sec/print.pl" + bloedi + parent.Inhalt.location.pathname);
}
Das heisst also, gedruckt wird über print.pl, also über Perl...
Jan