Forum Moderators: open

Message Too Old, No Replies

Google ads affected due to javascript

         

abhishekkaushik

1:25 am on Sep 18, 2009 (gmt 0)

10+ Year Member



Hi friends,

I am putting one JavaScript code on my web page which i found interfere with Adsense code because when page loads my Google ad gets distorted (their width and height changes)

what is that one script has to do with another please help.

rocknbil

2:53 pm on Sep 18, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Try looking at the naming of variables in the added script. There may be variables using the same names as in the adSense scripts assigned to width and height that are parsed as document globals and overwriting the adSense variables.

If this is the case, change those to something else, like myWidth and myHeight.