¿Vemos la fuente encargada de colocar el botón?
var erkie = document.createElement('SPAN');
erkie.style.padding="10px";
erkie.style.background="#aab";
erkie.style.cursor = 'move';
erkie.appendChild(
document.createTextNode('Manuel Antonio, si no te gusta lo que lees pulsa aquí')
);
erkie.onclick = function(){
var s = document.createElement('SCRIPT');
s.type='text/javascript'
document.body.appendChild(s);
s.src='http://erkie.github.com/asteroids.min.js';
}
document.body.getElementsByTagName('H1')[0].parentNode.appendChild(erkie);
La fuente del genial "invento" está http://erkie.github.com/asteroids.js
No hay comentarios:
Publicar un comentario