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);
Enlace
El enlace para compartir es: