This little trick worked pretty good in my case (Opera 10, IE8)
$('#frameid').contents().find('html').html('Your content');
It can ofcourse be used to get contents as well.
Putting the Z back into the Internets
Oct 28, 22:51
This little trick worked pretty good in my case (Opera 10, IE8)
$('#frameid').contents().find('html').html('Your content');
It can ofcourse be used to get contents as well.
Commenting is closed for this article.