In a question I've seen the line containing
onkeyup="JavaScript: TextChange()" onmouseup="JavaScript: TextChange(this)"`
What is it used for? I am seeing this for the first time in my life. I mean label JavaScript:.
In a question I've seen the line containing
onkeyup="JavaScript: TextChange()" onmouseup="JavaScript: TextChange(this)"`
What is it used for? I am seeing this for the first time in my life. I mean label JavaScript:.
Nothing. The label is entirely pointless as there is no loop to continue or break from.
It's cargo culting the javascript: URL scheme and has no place in an intrinsic event attribute.