javascript won't execute nested for loop
- by mcdwight6
thanks in advance for all your help!
i'm fairly new to javascript, but i have a fairly strong background in java, so i thought i would try it out on this project i'm working on.
essentially, what i'm trying to do is read data from an xml file and create the html code for the page i'm making. i used the script from w3schools found here. I've…