I have recently been working on a project that includes 2 iframes, one of which contains a button. When that button is clicked, the next iframe should be reloaded. How can I do that? Any help will be appreciated.
Actually that's my problem. The code is huge and I can't paste it. I don't think even if I paste it you would read it all! So, please try and understand what I am about to explain.
I have a page with 2 iframes in it.
The first iframe contains a button with the attribute src='notification.php'
and the second iframe contains 'contactlist.php'
.
The problem is that I am trying to reload/refresh the second iframe when user clicks the button in the first iframe.
I tried to make a javascript function in the main page but that didn't work.