Servus mixmastertobsi,
ich habe das selbst mal per Javascript realisiert. Das war aber im Kontext einer Webanwendung, die nur für bestimmte (=aktuelle) Browser zugelassen war.
in etwa:
var iframeDoc = myIframe.contentWindow.document;
iframeDoc.open();
iframeDoc.write('hello world');
iframeDoc.close();
Ob das für deinen Anwendungsfall passt, weiß ich nicht.
ciao
--
"Sir, we are surrounded" - "Excellent, we can attack in any direction!"
"Sir, we are surrounded" - "Excellent, we can attack in any direction!"