Manejar contenido de un iframe - duda?
Esto también te interesa!
PREGUNTAS SIMILARES
#2
var iframe= $('miiframe'); var idoc= iframe.contentDocument || iframe.contentwindow.document; var iwin= iframe.contentWindow || iframe.contentdocument.defaultView; iwin.Element.extend(idoc); idoc.body.insert('<div>Hola mundo</div>');