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

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -