Calocybe: Drucken aus dem MSI 3.x

Beitrag lesen

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...

Mmh. Vielleicht hat's was mit dem MIME-Typ zu tun, den das Script schickt?

Calocybe