I have a parent page and an iframe within that page. The links in the parent control the page that loads into the iframe. What I want to do, the parent refreshes the page, when IFrame loads I have got it in the iframe:
refreshpart () {parent.location.reload (); } & Lt; Body onload = "RefreshParent ();" & Gt;
But, the above code refreshes the entire parent page with an iframe inside it, in return, the parent reloads the page and goes into the infinite loop.
You can not refresh the parent page without reloading the iframe.
What you can do is parents' updated content, but this can be a fair work (using the jQuery or prototype framework, it would be easy).
Comments
Post a Comment