|
|
|
|
|
| | |
|
Active Server Pages ASP ASP.NET .aspx .ascx Web HTML Developer Internet Microsoft Web Services Visual Studio .NET CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Javascript and Treeview |
From: |
Deborah Trautwein |
Date: |
3/8/1999 4:12:01 PM |
IP: |
206.6.214.115 |
Has anyone been able to get treeview active-x controls to work using javascript? I have using vbscript, but when I changed the code to javascript for netscape compatibility, I cannot get the treeview to work? If so, how do you add nodes.
i.e. document.thisForm.Treeview1.Nodes.Add ("",1,"Top Level", "Top Level") for a parent node
document.thisForm.Treeview1.Nodes.Add("Top Level", 4, "ChildUnit", "ChildUnit") for a child node
This above does not seem to work....
|
|
|
|
|
|
|
|
|
|
|
|
|