così:

codice:
window.document.getElementById('idprimoiframe').src='pagina1.htm';
window.document.getElementById('idsecondoiframe').src='pagina2.htm';
ciao