i am having massive trouble today with a cpm advertiser timing my site out. is the there some asp code that i can use to move on if not completed in 2 seconds?
marcel
2:15 pm on Jul 29, 2008 (gmt 0)
I'm not sure if that is possible, I'll check with a colleague.
What I have done previously with a similar problem was to show the Advertisement in a iFrame, allowing the rest of the page to load.
stevelibby
6:46 pm on Jul 29, 2008 (gmt 0)
i had looked at this idea but im not sure how google views iframes now, cant i create some kind of layer and bring the ad in?
carguy84
1:20 am on Aug 3, 2008 (gmt 0)
Is it loading via javascript? If so, put: defer="true" in the <script> tag of the ad. That will load the ad last.