How do I read the URL which is shown when move your mouse over to Adsense link? I am trying to read it using Webbrowser control in C# but it is nowhere to be found in DocumentText. Seems like it is being displayed through Javascript so how can I read it?
Even GetElementById function doesn’t return the required element id.
Two examples of such URL are:
http://www.googleadservices.com/pagead/aclk?sa=L&ai=By4nW0cV2nGieB6e7………
and
http://googleads.g.doubleclick.net/aclk?sa=l&ai=BgdDhR3M1L47d……….
Use the library provided by CodeCentix to read iframes
http://codecentrix.blogspot.com/2008/02/when-ihtmlwindow2document-throws.html