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?
window.opener, but that's for popup windows, not for iframes. – Marko Dumic Mar 19 '10 at 12:44