glauff
11-08-2006, 05:15 AM
Hello Jack,
I encountered a problem with the getChildrenByClassName Function.
The function returns an array with the length of 1, even if no children were found.
You do
cn[len];
but I think :
cn = new Array(len);
would be a better choice.
What do you think ?
I encountered a problem with the getChildrenByClassName Function.
The function returns an array with the length of 1, even if no children were found.
You do
cn[len];
but I think :
cn = new Array(len);
would be a better choice.
What do you think ?