Tu navegador no soporta frames!!
function ajustarAlturaIframe() {
var iframe = document.getElementById('interesados');
if (iframe.contentWindow.document.body) {
iframe.style.height = iframe.contentWindow.document.body.scrollHeight + 'px';
}
}
document.getElementById('interesados').onload = ajustarAlturaIframe;