Forum Moderators: open
So I thought to store the AdSense code in the javascript
mt=new Array();
mt['nav300x250']=" Here goes the AdSense code for 300x250 ";
First I thought to insert it by innerHTML.
But it seems javascript in innerHTML is ignored.
But even with
document.write( mt['nav300x250'] );
nothing happens. Any idea why?
secondly, i smell that when you insert the adsense code in the reserved place, that just brakes the javascript.
innerHTML should work.
First of all, let's clear that up that gzip will work only on browsers which supports it.
What browser supporting AdSense is not able to display gzip compressed files?
AFAIK not one.
BTW, it's not about band width.
The compressed delivery even indreased band width
It's about first user experience, to display as fast as possible content.
The whole page with all files is maybe more than 200 kb,
but rendering the content can start after 4 kb compressed html file.