javascript - How to access to iframe grandparent id element from child? -
I have a lifelong page that has an iframe and in turn the second in iframe.
I have the parents follow the code to reach grandparents, read an Element ID IFrame:
$ ('# ddlEstilo', Parent document) .val (); // Parents' grandparents page access But the content of iframe (parent) is sent to other IFRAME (hair) and I get grandparents from the hair page Need access.
the original. ($ ('#ddlEstilo', parent document) .val ()); // ???
This solvent is as follows:
($ ('#ddlrestillo', original document) .Val ());
Comments
Post a Comment