Getting element information in frame.

Add-in Express™ Support Service
That's what is more important than anything else

Getting element information in frame.
 
ravinukala




Posts: 103
Joined: 2012-10-05
Hi,

I am able getting element information in document.
I want to get element information which is in frame/iframe.
Also I want information about frame as well.

Right now I am not able to identify whether the element is in frame or in main document.

How can I do that?

Thanks.
Posted 18 Oct, 2012 08:32:54 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Ravi,

You can use the 'parentElement' property to search for parents of any HTML elements.
Posted 18 Oct, 2012 14:48:52 Top