Hi
I have a little app and javascript function which builds xml data islands and uses them to display search results.
My problem is, this works sometimes and not others.
I put an alert into my script to show me xmlNodeList.length when trying to find out why it doesnt work, and although many records are returned, and input into the data island, the xmlNodeList.length is being shown as 0.
If i run my program using a small amount of data it works fine. Is there a limit to the number of nodes that can be recognised?
the most i have had regognised is 33
Tracey
Remember... True happiness is not getting what you want...
Its wanting what you have got!
I have a little app and javascript function which builds xml data islands and uses them to display search results.
My problem is, this works sometimes and not others.
I put an alert into my script to show me xmlNodeList.length when trying to find out why it doesnt work, and although many records are returned, and input into the data island, the xmlNodeList.length is being shown as 0.
If i run my program using a small amount of data it works fine. Is there a limit to the number of nodes that can be recognised?
the most i have had regognised is 33
Tracey
Remember... True happiness is not getting what you want...
Its wanting what you have got!