I am working on an iGoogle-like application. Content from other applications (on other domains) is shown using iframes.
How do I resize the iframes to fit the heigh
var iframes = document.getElementsByTagName("iframe"); for(var i = 0, len = iframes.length; i