Hi folks,
I'm new to javascript and jquery so maybe this is beginner stuff I ran into.
Situation:
A page contains an iframe (major). The source html page contains one or several iframes (minor) too.
Questions:
Is there a way to get a reference on the major iframe from a minor iframe.
And if not is there a universal top node of any html construction so I can traverse from the top most node to the major iframe?
I would be really glad for positive answers.
Greetings