Link to home
Start Free TrialLog in
Avatar of Sailing_12
Sailing_12

asked on

Reload/refresh iFrame

I have an iFrame from which I launch a form in a new window. When this form submits, I want to refresh the opening iFrame's content.

I can successfully address the iFrame object from the form via window.opener, but can't seem to find a clean simple way to execute a refresh or reload.

I know that I can set the iFrame's src to the same path, but I am looking for something cleaner than that.

Anyone have anything that works?
Avatar of Sailing_12
Sailing_12

ASKER

I should mention this only needs to work for IE8 as this will be in a controlled environment.
ASKER CERTIFIED SOLUTION
Avatar of Michel Plungjan
Michel Plungjan
Flag of Denmark image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
That works. Hard to believe this wasn't easier to find through google.