0
Look at my scenario.
On the parent page I have 3 Ivs. modalFilha2, modalFilha2, modalFilha3 on which I will call according to the page I am. When I am in the father the links call the file1 and add an iframe with the page I want, and so on.
What I need is, page filha2 to reload the filha1. From the filha3 to reload the filha2.
I tried to window.parent.location.reload();
call it on the file2 to recharge the file1, but he always carry the father.
What is the need to open so many windows in chain like this?
– Woss
Browsing between screens without using history, keeping navigation as if it were desktop!
– Ivan Teles
window.parent.Document.getElementById(iframe).contentDocument.Location.Reload(true); see https://answall.com/questions/54295/manipular-um-iframe-atrav%C3%A9s-de-other-iframe
– user60252