i want to refresh parent page from Iframe, and iframe should not get refreshed
Hello,
If the iframe is contained in that page, how do you suppose only iframe will not get refreshed? When you refresh the parent page, it will automatically load the iframe again. You cannot stop it unless you run the iframe in a different window. The following
code will help you to refresh the parent page, but it will refresh the iframe too.
Ruchira
All-Star
42887 Points
7020 Posts
MVP
Re: Refresh parent page from Iframe
May 07, 2012 02:33 PM|LINK
Hello,
If the iframe is contained in that page, how do you suppose only iframe will not get refreshed? When you refresh the parent page, it will automatically load the iframe again. You cannot stop it unless you run the iframe in a different window. The following code will help you to refresh the parent page, but it will refresh the iframe too.
My Tech blog | My YouTube ChannelPlease 'Mark as Answer' if this post helps you.