• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

how to set up a navigaeting tree according to the database records?

 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
how to set up a navigaeting tree according to the database records?
i want to set up a dynamic navigating tree and the tree node is gotten form the records of database ? i hope the javasript is clear and logic and
short !
can anyone help me for some examples or some codes>
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What language are you going to access the database with? ASP or JSP??
 
Robert Smith
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i use jsp!
 
Eric Pascarello
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have recommended this one to a person before.
http://www.guydavis.ca/projects/oss/tags/
Just for futher notice, if you still want to keep poting here you are going to have to adjust your screen name so it looks like a real name.
Eric
 
Robert Smith
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thank you for helping !
i see this jsp tag ,but it is not what i want!
i want to make a dynamic tree ,and if click one node of a directory ,then send a variale(in general it is a sql searching language) to the backgroud database ,then it will send back a searching result ,then i will diaplying this result in the daynamic tree below the node that i just clicked, so it is looping ! what i can i do? i think it is only through the javascript?
it is right?
reply
    Bookmark Topic Watch Topic
  • New Topic