Hi,
Is there a way to access my tree from a child aspx page inside an iframe when the tree is located in the parent aspx page?
The user can navigate to a different part of the tree via links in the iframe, and I’d like to update the navigation in the tree (select the new node that the user is at.)
Thanks,
Kerri
If tree was defined on master page as
masterTree = new dhtmlXTreeObject(…
then on child page, you can use next code to access it
parent.masterTree.selectItem(id);