Actually in the scheme of things, I forgot the nav page would be the holder of the script.
If this is the case you may need to rework your script and move it into the framesetting page. Another posibility would be to tinker with the use of the page reloads and use the query string to pass the values of the pages you wish to load directly into the navigation page load event.
-saige-
Main Topics
Browse All Topics





by: weareitPosted on 2009-06-17 at 10:02:25ID: 24650291
You should be able to use either top or parent, i.e:
top.Tree.openTo(4,true)
-or-
parent.Tree.openTo(4,true)
HTH,
-saige-