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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Listing Subfolder Names

Status
Not open for further replies.

SDyke

MIS
Oct 13, 2005
55
US
On my web page I have a list of static folder names to choose from. When the user selects an item from the list I need a way for a second list to populate with the names of the subfolders of the selection. Can this be done and if so then how?
 
It can. You could use plain old javascript to do this. There are plenty of examples in previous posts to this forum. Check the FAQ section. Use the search feature.

Cheers,
Jeff


[tt]Jeff's Page [!]@[/!] Code Couch
[/tt]

Make sure your web page and css validates properly against the doctype you have chosen - before you attempt to debug a problem!

FAQ216-6094
 
I found an example but I get an error(Unknown Name) on:

Code:
fso = new ActiveXObject("Scripting.FileSystemObject");

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top