Forum Moderators: martinibuster

Message Too Old, No Replies

Get Adsense iframe height?

         

PacinoShaw

5:13 am on Mar 10, 2006 (gmt 0)



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)

10+ Year Member



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