hi, I set google_alternate_ad_url to my own page "test.php" in adsebse code. Is it possible for test.php to get the height and width of adsense iframe? Any helps would be appreciated. Thank you.
Mr_Fern
8:45 am on Mar 10, 2006 (gmt 0)
Put it in as part of the alternate URL Something like:
google_alternate_ad_url = 'test.php?468x60'
And then test.php could access it through $_SERVER[QUERY_STRING]
And remember to use body { margin: 0px; } in the style sheet for whatever page test.php produces