Hi all,
I have a form. One of the field is a easyui-combotree.
<label>Asset:</label>
<select class="easyui-combotree" name="Asset" data-options="url:'tree.cgi?Asset=......'">
</select>
I want to initialize the combotree value.
Since the combotree is very large I do not want to output all the nodes but only a subset.
To this purpose I think that a possible solution is to pass the variable "Asset" to the program "tree.cgi" and output only the involved nodes.
How can I pass the variable "Asset" to the program tree.cgi ?
Is this the correct solution ?
Thanks.
Michelangelo