Nuestro conocimiento compartido. Nuestro tesoro compartido. Wikipedia.
ShareCode
Permalink: http://www.treeweb.es/u/974/ 01/02/2011

ShareCode

1 window.addEventListener('load', function(){2  var cv = document.createElement('div');3  cv.setAttribute('id', 'cuadroverde');4  cv.setAttribute('style', 'position:absolute; top:0; left:0; background:lime; width:10px; height:10px; z-index:999999');5  window.document.body.appendChild(cv);6  document.getElementById('cuadroverde').respuesta = 'hola';7  8  9  alert(document.getElementById('cuadroverde').respuesta);10  11  12  13 }, true);


Este ShareCode tiene versiones:
  1. ... (24/04/2013)
  2. ... (24/04/2013)
  3. ... (24/04/2013)
  4. ... (24/04/2013)
Enlace
El enlace para compartir es: