var _iframe = $('moniframe');
// Récupération de la fenêtre en fonction du navigateur
var _content = (_iframe.contentWindow) ? _iframe.contentWindow : (_iframe.contentDocument.document) ? _iframe.contentDocument.document : _iframe.contentDocument
var _document = _content.document;
_document.open();
_document.write('<body style="margin:0; border:0" onload="alert(\'ok\')"><script language="javascript" src="http://www.dpbolvw.net/placeholder-2958801?target=_top&mouseover=N"></body>');
_document.close(); |