A
abc
Hello everyone,
I've a Tree Class which returns Directory Tree Structure, if physical path
is specified.
On every node selection i'm calling a javascript function to load the file
in a frame.
For e.g. node.NavigateURL="javascript:NodeFunction(' " + path + " ',' " +
FileName + " ')
NodeFunction : Javascript function is used to load the File in the Frame.
So on Selection of the Node the File gets loaded successfully in the Frame,
but the Selection of the SelectedNode is lost and Root Node is Focused.
How to get the focus on SelectedNode after selecting the node and calling
the javascript function (NodeFunction)?
Please any help in this regards will be highly appreciated.
Thanks in advance.
Best Regards,
abc
I've a Tree Class which returns Directory Tree Structure, if physical path
is specified.
On every node selection i'm calling a javascript function to load the file
in a frame.
For e.g. node.NavigateURL="javascript:NodeFunction(' " + path + " ',' " +
FileName + " ')
NodeFunction : Javascript function is used to load the File in the Frame.
So on Selection of the Node the File gets loaded successfully in the Frame,
but the Selection of the SelectedNode is lost and Root Node is Focused.
How to get the focus on SelectedNode after selecting the node and calling
the javascript function (NodeFunction)?
Please any help in this regards will be highly appreciated.
Thanks in advance.
Best Regards,
abc