html >> Creating a Collapsible List

by enallem » Wed, 01 Feb 2006 05:43:15 GMT

Need some easy script for creating a collapsible list in HTML.

Thanks
Mellane Lee




Similar Threads

1. Collapsible Lists Extension

2. looking for collapsible list widget or code - Adobe Dreamweaver

3. Collapsible Lists

Can someone tell me if there is an easy way of creating collapsible lists in MX?  I just need something simple.  Thanks.

4. Creating html from asp bulleted list in listitem - Asp.Net

5. Creating a comma delimited list

Hi all,

I have a table full of widgets. Each widget has its own detail page. I
want a list page for the widgets where each widget is listed seperated
by a comma. So my results will look like:


Widget1, Widget2, Widget3, Widget 4 etc.


I am having a huge problem getting this do output the way I want it to
and am looking for a simple english explaination on how do get it to
do what I want. My main problem is that I can get the commas after
each one by looping through the records, but I cannot strip off the
comma at the end. Because the EOF is not the last record, but AFTER
the last record.

So my code basically looks like this.

<%

Dim rs, strSQL, strDelim
strDelim = ", "

strSQL = "SELECT WidgetID, Widget FROM tblWidget;"
rs.Open strSQL, con

Do While Not rs.EOF

%>


<A HREF="WidgetDetail.asp?WidID=<%=rs("WidgetID")%>"><%=rsWidget("Widget")%></A><%=strDelim%>

rs.MoveNext
Loop

rs.Close
Set rs = Nothing

%>


Can someone show me an easy way to modify this code to display the
results I want?

Thanks in advance.

6. Creating A Mailing List Using ASP - ASP

7. create foldertree from list of full paths, how?

Hello

From a dbase, I extract folder information with an ASP script.
The records contain the full path of every folder like:

folder\presentatie\project1
folder\details\project2
folder\details\project3
folder\details\project3\sub1
folder\details\project3\sub2
etc...


Now I want my APS page to convert this information in a "foldertree" like

folder
-presentatie
--project1
-details
--project1
--project3
---sub1
---sub2
etc...


Can this easily be done?
Has anybody good links? Is there already a script out there (or similar)
that can do the job?

tia

bartp





8. Auto Create Directory Listing - Adobe Dreamweaver