/ Published in: JavaScript
modificar onclick compatible con internet explorer !
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
document.getElementById('id').onclick = function () { alert('hola'); };