From: Pablo Cardellino on
Hi,

I have a Word document open within a browser window frame. Is it
possible for the vba to access the DOM of other frame within the same
browser window?
Browser Window
-> Frame 1: HTML document (A)
-> Frame 2: Word Document (B)

I would need the Word Document (B) to access the HTML document (A) DOM.

Thanks in advance,

Pablo