Help me for the hyperlink in dhtmlTree

How can i click a children link to open a url?

There are two ways

a) set onclick handler and make any action on click

    tree.attachEvent(“onClick”,function(id){
       //any onclick reaction here
       window.open(“some.php?for=”+id);
    });

b) provide native link as part of data
In XML
   

This is a normal tag, just escaped for HTML