See my scenario.
On the parent page I have 3 divs. modalFile2, modalFile2, modalFile3 in which I will call according to the page that I am. When I'm in the parent the links call daughter1 and add an iframe to the page I want, and so on.
What I need is, from the daughter page2 reload the daughter1. Daughter3 reloads daughter2.
I've tried window.parent.location.reload();
calling this on daughter2 to reload daughter1, but it always loads parent.