Javascript error, who speaks this language?
I get an error and haven't got a clue on how to solve this, is there anybody who has an idea i.e speaks javascript?
Error:
capExtent.onmousemove has no properties
In code:
f = capExtent.onmousemove.toString().match(/function[ ]+(\w*)\(/);
I Googled but can't find anything ...
|