Hi
How can I use treenode to show a perticular htm page inside a tray rather than redirecting the whole page of the browser or frame, when I click a treenode. if I am not clear enough, I want a perticular tray of my screen should change whenever I click on different treenodes
regards
Ashutosh
you have to use the clientclick to run javascript to achieve this.
Example:
set your table2-clientclick value to something like below.
javascript:window.open('targetpage.htm', target="anotherframe");
Regards
Raja
Add a comment