Yes, Stephen. I think I have heard you say something similar before. Like I said - it was a basic example. Although I must say I haven't seen this before:
Quote:
Originally Posted by felgall
Code:
document.getElementsByTagName('input')[0].onclick - function() {alert('not hello');};
|
does that remove the function from the onclick event?