iframe框架同步刷新

 function   ref()  
    {  
    hb1.location.reload();  
    hb2.location.reload();  
    setTimeout("ref()",30000);  
  }

///


//
parent.frames('FrameName').document.location.reload()

//

  
   
  2.html:  
  A  
  or  
  A  
  or    
  A

 


//

你可能感兴趣的:(HTML,or,JAVASCRIPT)