i want to load every node in tree object 1 by 1 every 15 seconds,,, i only have nodes, no childs
on show :
on timer :Code:data = 1 Page.StartTimer(15000)
Code:Count = Tree.GetChildCount("Tree1", ""); data = Tree.GetSelectedNode("Tree1"); Web.LoadURL("Web1", data) data = data+1 if data == Count then data = 1 else data = data end

Reply With Quote
