Microsoft JScript runtime error: ‘null’ is null or not an object
May 28, 2008 February 20, 2020
Programming JavaScript can be fun, but sometimes when I get errors like this it can get a little frustrating…
It happened on the following line, where the variable ‘o’ was null:
o.onmousedown = Drag.start;