Hi!
Is there a method to specify the frame name with the navigate->next_page method. I have a page with three frames namely top_frame, left_frame n right_frame.
the left frame contains a navigation tree and on click of any node in the tree i call the onNodeClick event of the treenode.. Here i do some processing and then navigate to the corresponding page in the right frame.
There is no problem if i use the 'link' and 'target' attribute of the treenode element. However with 'link' and 'target' attributes the onNodeClick doesnot work.
Kindly help me solve this problem.
Thank You,