Hi, I'm loading an external page into my page using the Object/Embed src method. In the browser's DOM inspector I can drill all the way into the loaded content and see all the elements I want to get at. How do I iterate over that loaded content using javascript? Everything I try it looks like there's nothing there.
Thank you.