I'm trying to access an iframe on a website using mshtml.
- I can see the innerHTML in the website's frame in browser.
- I can also access the "DIV" within iframe from code.
- The document is properly loaded as well.
- The iframe also belongs to the same domain.
However when I am looking for it in the code, it is showing null.
Can anyone help?
I tried This, but no gain.