Forum Moderators: martinibuster
For instance, AdSense has you paste-in something similar to this in your html:
<script type="text/javascript"><!--
google_ad_client = "pub-1234";
google_ad_slot = "0987";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
That code returns an image, with a source url ... and I want that source url. The same as if I looked at the page in my browser and right-clicked to get the image source. I want to get the url programatically. Thanks!