javascript - Iframe content not loading in firefox -
i have iframe in pop up. content of iframe's set
$('.document-acceptance-container .documentiframe').contents().find('body').html(this.model.get('data').documentrecord.documentbodypath);
it work's fine in chrome , content of iframe loaded, in firefox iframe empty. set
security.mixed_content.block_active_content false , disabled addblock.
but didn't me.if set breakpoint on line in debug mode in firefox - content loaded. have idea? p.s: documentrecord.documentbodypath
html code
Comments
Post a Comment