function loadXML(loaded) {
if (loaded) {
xmlNode = this.firstChild;
Title = [];
XMLSection = [];
total = xmlNode.childNodes.length;
for (i=0; i<total; i++) {
Title* = xmlNode.childNodes*.childNodes[0].firstChild.nodeValue;
XMLSection* = xmlNode.childNodes*.childNodes[1].firstChild.nodeValue;
}
showtitles();
} else {
trace( "file not loaded!");
}
}
the function loadXML(loaded) is equal to true (which is good), but a sec before the text is displayed, it shows the word “true” in the text boxes. Doesn’t look nice. How do you make it so that “true” doesn’t display in the dynamic text boxes?
Don’t know what I’m talking about?http://www.presidentialprayerteam.net/prayerroom/
Go to Living Room
Click on bookshelf, then book2, then select chapter.
Click Menu
Repeat