function load()
{
  var iframe1 = document.getElementById("if1") ? document.getElementById("if1") : window.frames["if1"];
  var doc = iframe1.document;
  
  //var s = doc.images[0].src;
//document.write(s);
for (i=0; i<20; i++)
document.write (doc.images[i].src+"<br>"); 
  
  
   
  
  
}
window.onLoad=load();
Выводит картинки родителя 
