Observo una incompatibilidad entre Internet Explorer 6 y Google DFP Small Business.
La pagina no carga y se queda en blanco, dando un error de navegación de que no puede acceder a la pagina.
La versión de explorer es la 6.0.2900 en Windows XP con SP3.
En ese mismo PC con Chrome y firefox navega normal.
SI elimino el codigo del HEAD de DFP Small Business, carga con normalidad.
El codigo cargado es:
Quote::
<script type='text/javascript'>
Var googletag = googletag || {};
Googletag.cmd = googletag.cmd || [];
(function() {
Var gads = document.createElement('script');
Gads.async = true;
Gads.type = 'text/javascript';
Var useSSL = 'https:' == document.location.protocol;
Gads.src = (useSSL ? 'https:' : 'http:') +
'//www.googletagservices.com/tag/js/gpt.js';
Var node = document.getElementsByTagName('script')[0];
Node.parentNode.insertBefore(gads, node);
})();
</script>
<script type='text/javascript'>
Googletag.cmd.push(function() {
Googletag.defineSlot('/XXXXXXXX/General_BB_Contenido1', [728, 90], 'div-gpt-ad-XXXXXX-0').addService(googletag.pubads());
Googletag.defineSlot('/XXXXXXXX/General_BB_Inferior1', [728, 90], 'div-gpt-ad-XXXXXX-1').addService(googletag.pubads());
Googletag.defineSlot('/XXXXXXXX/General_BB_Inferior2', [728, 90], 'div-gpt-ad-XXXXXX-2').addService(googletag.pubads());
Googletag.defineSlot('/XXXXXXXX/General_BB_Sup', [728, 90], 'div-gpt-ad-XXXXXX-3').addService(googletag.pubads());
Googletag.pubads().enableSingleRequest();
Googletag.enableServices();
});
</script>