Populate array with file list in online directory

canuck

New Member
Have to resort to your help once again!I am trying to populate an array in html-javascript with file names in an online directory. Is this even possible? Directory is http://timeactivitydiary.comyr.com/DATA/ so I would like a loop through the file names that returns \[code\]FilesArray[0] = "SampleDataset1";FilesArray[1] = "SampleDataset2";\[/code\]Any help would be much appreciated
 
Back
Top