Click to See Complete Forum and Search --> : Need to list directories in a listbox


burningice
10-30-2003, 08:40 PM
Hey. I'm relatively new to Javascript, so if this is obvious, sorry. Anyways, I'm using a listbox to show archives of weekly memos at an office. The archive will list a series of dates such as ___'2003-10-18', and when that date is chosen, the memo at that time will come up on the screen.

Each archived memo is in a directory with the same name. All the dates (in directory form) are in the same main directory on the network.

I need a way to fill the listbox with the names of these directories, when the web page is loaded. Any ideas?

Khalid Ali
10-30-2003, 09:38 PM
you will need to use some other programming language for this purpose.JavaScript can not read from the system.

burningice
11-02-2003, 01:16 AM
Do you know if VB-Script could do what I'm looking for?