OpenX Async Tags

前端 未结 2 729
故里飘歌
故里飘歌 2021-01-05 13:46

We all want to make our site faster, google showed a few samples here: http://code.google.com/speed/articles/html5-performance.html

We use OpenX to serve ads, so, as

相关标签:
2条回答
  • 2021-01-05 14:13

    Unfortunately OpenX uses document.write to do most of its work. This means that it will attempt to write at whatever point in the flow its currently on when the script actually runs. I've tried changing the OpenX javascript snippet itself to not use document.write, but discovered that the response from OpenX often contains document.writes as well.

    0 讨论(0)
  • 2021-01-05 14:32

    has anyone tried this with openx tags?

    http://jqueryad.web2ajax.fr/

    0 讨论(0)
提交回复
热议问题