Reloading iframe from another iframe
        Posted  
        
            by jonny
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by jonny
        
        
        
        Published on 2010-03-19T12:27:15Z
        Indexed on 
            2010/03/19
            12:51 UTC
        
        
        Read the original article
        Hit count: 923
        
JavaScript
|iframe
Can I reload iframe (say __tree_iframe) from another child iframe (__content_iframe)?
Difficulty: IE6/7.
UPDATE
Obviosly I should use window.opener and find iframe using it iframes property. Apparently, IE doesn't support window.opener. Any ideas about another way?
© Stack Overflow or respective owner