Settings contents of an iframe

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.

VB

,

---

Comment

Commenting is closed for this article.

---