Reload iframe within a modal

0

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.

    
asked by anonymous 18.10.2017 / 21:57

1 answer

-2

I solved the idea of @Leo Craccilolo using what is described here - > Manipulate an iframe through another iframe

    
18.10.2017 / 22:44