M
mailpitches
X-No-Archive: yes
this boolean value mean?
Example: <body
onload="document.getElementById('field').onkeydown=function(x) { /* do
something */; return false; };">
Bonus question: What search keywords could I use to find this
information ; all my searches turned up nothing.
Thanks!
a function, the return value of the function is a boolean. What doesFrom javascript examples I learned that when you set an onkey event to
this boolean value mean?
Example: <body
onload="document.getElementById('field').onkeydown=function(x) { /* do
something */; return false; };">
Bonus question: What search keywords could I use to find this
information ; all my searches turned up nothing.
Thanks!