the only thing I notice is missing brackets:
Code:
treeList[0] = new Array();
treeList[0][5] = new Array();
treeList[0][0] = "999"//OrganizationId
treeList[0][1] = "Asia"//OrganizationName
treeList[0][2] = "1"//NodeId
treeList[0][3] = "999"//Parent
treeList[0][4]= "999"//treeStructure
treeList[0][0] = "105"//OrganizationId
treeList[0][1] = "China"//OrganizationName
treeList[0][2] = "0"//NodeId
treeList[0][3] = "999"//Parent
treeList[0][4]= "999\105"//treeStructure
treeList[0][0] = "100"//OrganizationId
treeList[0][1] = "Bruni"//OrganizationName
treeList[0][2] = "1"//NodeId
treeList[0][3] = "999"//Parent
treeList[0][4]= "999\100"//treeStructure
Thou com'st in such a questionable shape
Hamlet, Act 1, Scene 4
Bookmarks