Tagged Questions
3
votes
4answers
8k views
setAttribute, onClick and cross browser compatibility
I have read a number of posts about this but none with any solid answer. Here is my code:
// button creation
onew = document.createElement('input');
onew.setAttribute("type", "button");
...