I have populated my trieview and on clicking the parent node, i could load the relevant content on the page. In my case, Parent node is name of the article and child nodes are sections of article. On clicking the section of article (child node), i need to bring that section on top of the page.by using like, \[code\]<a href="http://stackoverflow.com/questions/14577546/#Section_top"></a>\[/code\]I tried to provide this anchor as my child node value,\[code\]node.value = http://stackoverflow.com/questions/14577546/<a href="http://stackoverflow.com/questions/14577546/#Section_top"></a>"\[/code\]Now on clicking the child node, it does a postback, instead of bringing the section to top of the page.How can i achieve this ?