I want to query an id element using the document.getElementById('parameter')
. But the id Element is in a chain of several nested iFrames dues to which the query return null value(P.S.:- all the iFrames are of the same domain)
Is there any way by which I can query this id Element across the iFrames without finding out the parent iFrame??
Please help !!