Ver Mensaje Individual
  #4 (permalink)  
Antiguo 06/12/2010, 12:04
luisgzafra
 
Fecha de Ingreso: noviembre-2010
Mensajes: 1.242
Antigüedad: 14 años, 1 mes
Puntos: 73
Respuesta: Document.write

No, no lo tiene. He probado con el y sin el.

Con el contenido:

Código Javascript:
Ver original
  1. (function() {
  2.     var hzex = document.createElement("script"); hzex.type = "text/javascript";
  3.     hzex.src = "http://www.heyzap.com/javascripts/embed.external.js";
  4.     document.getElementsByTagName("head")[0].appendChild(hzex);
  5.     var tm = setInterval(function () { if(typeof window["Heyzap"] == "function") {
  6.       (new Heyzap('heyzap_games__65e16a', {"embed_key":"80733aaf2b","width":"800"})).renderPortal();
  7.       clearInterval(tm);
  8.     }}, 100);
  9.   })();

No muestra nada.