Robert Bell
03-26-2003, 10:45 AM
Hi
I'm working on a page right now that uses JavaScript and ASP. So far there are several different layers in the ASP page that uses JavaScript to change it's innerHTML value.
A problem happens later on though because I have layers within other layers in loops and the page quickly becomes confusing and over complicated. Also to change one layers innerHTML you have to change the innerHTML of the layers its in and the layer its in and so on and so on.
I'm trying to construct a tree view in a page so I guess my question is, other than using innerHTML value and layers and reloading the page, does anyone know any another ways to construct a tree view?
Robert Bell.
I'm working on a page right now that uses JavaScript and ASP. So far there are several different layers in the ASP page that uses JavaScript to change it's innerHTML value.
A problem happens later on though because I have layers within other layers in loops and the page quickly becomes confusing and over complicated. Also to change one layers innerHTML you have to change the innerHTML of the layers its in and the layer its in and so on and so on.
I'm trying to construct a tree view in a page so I guess my question is, other than using innerHTML value and layers and reloading the page, does anyone know any another ways to construct a tree view?
Robert Bell.