I have made a link of text in a tree, where i want to have the user click it and it add that text to a text box. Any Suggestions on how to do this?
This is the links:
<code>
<li><a onclick="addToList()" name="Text>Test<a></li>
</code>
This is the javascript function:
<code>
function addToList(){
search.setText(text);
}
</code>
Any help would be greatly apprecieated
Live by the code, Die by the code!!
This is the links:
<code>
<li><a onclick="addToList()" name="Text>Test<a></li>
</code>
This is the javascript function:
<code>
function addToList(){
search.setText(text);
}
</code>
Any help would be greatly apprecieated
Live by the code, Die by the code!!