Hello,
Assume the script A had created popup B = window.open ...
Script S in the B needs to access an element E which is in the A's container.
Hierarchies/locations: root<IFRAME<A<E>>>
and for popup: root<FRAME<B<S>>>
How should such an access be performed?
Something like window.parent.opener.frame["IFRAME_ID"].A.getDocumentByID(E) ? Or I suppose there would be more JavaScripting involved.
And where should the window.enableExternalCapture() be placed?
Please help me very much I'm a rookie.
--
sledge
Assume the script A had created popup B = window.open ...
Script S in the B needs to access an element E which is in the A's container.
Hierarchies/locations: root<IFRAME<A<E>>>
and for popup: root<FRAME<B<S>>>
How should such an access be performed?
Something like window.parent.opener.frame["IFRAME_ID"].A.getDocumentByID(E) ? Or I suppose there would be more JavaScripting involved.
And where should the window.enableExternalCapture() be placed?
Please help me very much I'm a rookie.
--
sledge