Microsoft JScript runtime error: ‘null’ is null or not an object

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;

Leave a Comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.