reload parent from within iframe

Posted by Lauren on Stack Overflow See other posts from Stack Overflow or by Lauren
Published on 2010-04-22T19:06:09Z Indexed on 2010/04/22 19:13 UTC
Read the original article Hit count: 275

Filed under:
|
|
|

I can't seem to reload the parent page from within an iframe... I've looked around at similar questions' answers but nothing has worked so far.

The iframe I'm working with is here http://www.avaline.com/ R3000_3 once you log in, then hit the "order sample" button, and then hit "here" where it says "Your Third Party Shipper Numbers (To enter one, click here.)".

I tried using javascript statements window.top.location.reload(),window.parent.location.reload(),window.parent.location.href=window.parent.location.href but none of those worked in FF 3.6 so I didn't move on to the other browsers although I am shooting for a cross-browser solution.

I put the one-line javascript statements inside setTimeout("statement",2000) so people could read the content of the iframe (You have updated your shipper number(s). The page should refresh automatically. If not, please refresh and return to "order sample.") before the redirect happens, but that shouldn't affect the execution of the statements... I wish I could test and debug the statements with the Firebug console from within the Iframe but there doesn't seem to be any great way to test this out.

© Stack Overflow or respective owner

Related posts about iframe

Related posts about parent