Click to See Complete Forum and Search --> : Need an idea


LightYears_23
10-16-2003, 03:53 PM
I'v built a collapable tree menu on my clients web site which resembles a typical folder structure you'd find in windows explorer. The nodes can all be expanded and collapsed and the contents of the tree are taken from a linked database. The problem is that the end users want the ability to add parent and child nodes to the tree and I can't come up with a user-friendly solution for them. Any ideas would be greatly appreciated.

zachzach
11-15-2003, 11:12 AM
wait the users browsing the page....
might want to have a login script to make sure you aprove people before they just go making changes to your website

well you could make a vbscript that uses ODBC(or SQL, depending on what your using, vbscript supports both) to add a child just make it create one in the database, its fairly easy, because SQL and ODBC both support changing as well as reading the database from a webpage