while browsing the internet and through stackoverflow.com I found many posts in forums, etc., where this post occurs in IE, but not in other browsers. the fact is that resolutions vary widely, and I don’t understand what is the best way to avoid this problem.
So my question is: if someone knows for sure what exactly this message is, the object does not support this property or method
means, calls, says ...
thanks for the help. Helle
, , , , null null.
null
var thing = document.getElementById('thing'); var x = thing.getAttribute('x');
"", null, .
, IE . , , .
, , .
function Foo() { }; var something = new Foo(); something.fish(); // Error: because fish is not defined as a method.
, (, Microsoft JS... , ), , @Pointy. @Matt ! IE , - . .
: JS , DOM-Elements DOM-Elements ID, IE - - . . , var [vaiablename] = [value]; . ( IE var. , , .
var [vaiablename] = [value];
helle