I have a web which loads a certain iframe, depending on the user wants to access one section or another through the father menu of this iframe.
For everything to work I have to access the elements of said iframe from the father. The problem is that although both are in the same domain (currently I have only tested locally) I can not access the iframe. The way I access is currently invoking functions of the parent, which assign what they receive as an argument to global variables also declared in the parent.
Can anyone help me?