-
Hi!
Anyone has any idea how to make a treeviewer in VBScript for an HTML-page? I have no idea how to do it.
I need it for an index of HTML-pages.
Is the tree created run-time? Or do I need to make some tree-object that the viewer loads in as soon the page is opened?
If so, how and with which program can I make such an object?
Or does someone have some simple code or tutorial which I could use?
Please help!
Ad
-
Check out Planet SourceCode. They have some very good javascript treeviews (the treeview is better suited for javascript IMHO). I don't think you can populate the ActiveX Control's pictures because they have to be on the client side. So you end up with an ActiveX bare naked tree.
-
Thanks !!!!!!!!!!!!!!!!!!