directory content

admin

Administrator
Staff member
Hello

I need the directory structure at the same level as the index.html. It has to work at the client side. First of cource I was thinking about reading this from the server side, and also of course, no way.

What I want now is to read the folder with someting like
'var url = window.location.protocol + "//" + path;
document.writeln(url);'


I look for someting that I can
1. put the result from document.writeln(url); into a array or object
or
2. put the result into doc in a frame with size 0.then read the doc's content and put it then into a array.
or
3. someone a better idea?

thanks

Ren?/div>Doug Calli03-03-2003, 04:41 PM
 
Back
Top