/ Published in: JavaScript
modificar onclick compatible con internet explorer !
Expand |
Embed | Plain Text
document.getElementById('id').onclick = function () { alert('hola'); };
You need to login to post a comment.
modificar onclick compatible con internet explorer !
document.getElementById('id').onclick = function () { alert('hola'); };
You need to login to post a comment.