This should do the trick:
$('#iframeId').contents().find('body').append('stuff');On Tue, Jan 19, 2010 at 10:31 PM, pablo <[email protected]> wrote: > Hi, > > I need to insert HTML in an iframe. This works in IE but not in > Firefox: > > $(this.iframe).append("<p>hello</p>"); > > What is the problem in Firefox? > > Thank you very much. >

