Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DHTML Tree Menu question 1

Status
Not open for further replies.
Mar 14, 2002
711
US
This is sort of a mixed question as it concerns DHTML and SQL databases. I am trying to find out if there is a way to create a DHTML tree view using data from a SQL or ORACLE database. There is a feature available in Crystal Reports 8 and 9 called Tree View Reports and basically what you do is call data from the database populating the tree branches with fields from the database. I would like to make something similar using DHTML and ASP, has anyone ever seen this done before, and if so, can you point me in the right direction?

Thanks!!
 
For a tree menu you would probably want ASP to output regular html lists.

<ul id=&quot;&quot;>
<li>
<li>
</ul>

Then parse those lists using javascript which can add the interactive/styled effect.

----------
I'm willing to trade custom scripts for... [see profile]
 
Thanks guys! I will try both of these and see what I can come up with, I appreciate it!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top