frozenpeas
Technical User
Hi,
I'm building a Mac dashboard widget. My problem comes down to this line:
On Mac OS 10.5.4, this returns a length value of 1.
On Mac OS 10.4.11, this returns a length value of 0.
Does anyone know why this is and how I can solve this problem?
Thanks!
frozenpeas
I'm building a Mac dashboard widget. My problem comes down to this line:
Code:
var todaysTitle = todaysNode.getElementsByTagName("title").length+" title nodes";
On Mac OS 10.5.4, this returns a length value of 1.
On Mac OS 10.4.11, this returns a length value of 0.
Does anyone know why this is and how I can solve this problem?
Thanks!
frozenpeas