html code:

<ahref="javascript:void(0);"onclick="alert(tree2.getAllChecked());">Get list</a>

this calls script code

dhtmlXTreeObject.prototype.getAllChecked=function(){
 return this._getAllChecked("","",1);
}

how to get the list to the nxt jsp page (not to alert box)

Placed request to move this post.

Java != JavaScript

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.