|
|
|
|
|
| | |
|
vbscript active server pages ASP vbscript SQL database informix oracle SQL Server Perl CGI Delphi PHP source code code sample samples program 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....
|
|
|
|
|
|
|
|
|
|
|
|
|