dkr72
-
Total Posts
:
2
- Scores: 0
-
Reward points
:
0
- Joined: 11/9/2004
- Location:
-
Status: offline
|
Treeview Node
Tuesday, November 09, 2004 3:51 AM
( permalink)
How can I identify ID of a selected node using vbscript. I can get all values with the following code, but I only want the ID of the node I am clicking on: <SCRIPT language="vbscript"> sub GetValue() s = document.getElementById("treeCategory").innerHTML MsgBox s end sub </SCRIPT> thanks in advance
|
|
|
|