J
Jules
I haven't done any serious HTML coding for a few years, so am a little
behind...
I've put together some php code for displaying a Windows Explorer-like
tree control within a web browser; what I want to do is have the tree
displayed in a left-hand panel and for content to come up in the right
hand panel when an item within the tree is clicked on.
Obviously I don't want to have to refresh the tree every time I load new
content in the right-hand content display panel, as that's just wasteful.
It's the sort of thing that frames would lend themselves to; two frames
and the links for items in the tree control have a target of the right
hand frame.
Out of interest though, what are the alternatives that don't use frames,
but also don't require a total page refresh when something is clicked on?
(preferably with pointers to examples!
Due to the nature of the tree code I'm using, target browsers are a
minimum of Netscape 6, Opera 6, IE4, and presumably Firefox (although I
haven't tried my tree code in this yet). Doubtless plenty of others too,
and of course newer browser releases should work.
cheers,
Jules
behind...
I've put together some php code for displaying a Windows Explorer-like
tree control within a web browser; what I want to do is have the tree
displayed in a left-hand panel and for content to come up in the right
hand panel when an item within the tree is clicked on.
Obviously I don't want to have to refresh the tree every time I load new
content in the right-hand content display panel, as that's just wasteful.
It's the sort of thing that frames would lend themselves to; two frames
and the links for items in the tree control have a target of the right
hand frame.
Out of interest though, what are the alternatives that don't use frames,
but also don't require a total page refresh when something is clicked on?
(preferably with pointers to examples!
Due to the nature of the tree code I'm using, target browsers are a
minimum of Netscape 6, Opera 6, IE4, and presumably Firefox (although I
haven't tried my tree code in this yet). Doubtless plenty of others too,
and of course newer browser releases should work.
cheers,
Jules