I am doing IE Addon using BandObjects in C #. I am making my web browser to go to a page, say example.com. This page has an IFrame whose src is sub.example.com. So IFrame points to a subdomain. I can get the IFrame URL, but could not get the source of the page when I view it in the browser there, but through the code I can only view the script, no data. I insert an IFrame:
<iframe height="40" src="http://sub.example.com/....php?style=web&ext=1305964161&hash=Ng1gwLG821-f" frameBorder="0" width="300" scrolling="no"></iframe>
When I look at this element through the visual studio, in the HTML view, it shows me the data that shows this email and text view. How to get HTML representation or indicate the source of the page if this iframe. So overall, I want the data contained in this IFrame, the browser executes it somehow, but how can I do this with the code? I visited many sites, forums, but could not get it to work. I would be grateful for any help, it is urgent.
Hello
source share