[RESOLVED] Document with two iFrames - get one to reload the other
Hello, everyone.
I've seen four or five different ways to get an iFrame to refresh/reload another iFrame, and so far none have worked. This doesn't need to be cross-browser compatible - everyone here is forced to use IE7 or IE8.
I have a page that contains two iFrames. I would like iFrame A to force iFrame B to reload().
Never mind.. I just created a function in the parent page, called it from one of the child iFrames, and set the function to "element.src = element.src + '&a=1';" and that took care of it.
Bookmarks