R
Raymond SCHMIT
Thanks:
When I click the link, it opens the file folder in windows, not an
HTML list of the contents of the folder. What I would like is an html
page that looks something like this:
Contents of my documents:
file1.doc
file2.xls
file3.doc
Then, the list would be linked to the folder, so it would refresh
based on the actual contents of the folder each time it is opened in a
browser. If a file were deleted or added, the next time the html file
is viewed in a browser, it would display the current actual contents
of the folder. As it stands now, I see one link on the html page that
says something like "click here", when I click it, it opens the
windows folder (not in the browser, but an actual windows folder),
with the list of files.
I am using IE 7.
Thanks again for your time.
Per exemple:
Install a webserver and put your files into the following directory:
C:\Program Files\Abyss Web Server\htdocs\scarlet
Then use your brower to surf to: http://127.0.0.1/scarlet/
my result is:
Index of /scarlet/
--------------------------------------------------------------------------------
Name Size Date MIME Type
.../ - Jun 24, 2008 08:06:35 Directory
cgi-bin/ - Jun 24, 2008 08:06:27 Directory
pubwww/ - Jun 24, 2008 08:09:20 Directory
then i can jump into directories - by clicking the cgi-bin and the
result is:
Index of /scarlet/cgi-bin/
--------------------------------------------------------------------------------
Name Size Date MIME Type
.../ - Jun 24, 2008 08:06:27 Directory
data/ - Jun 24, 2008 08:06:27 Directory
dump.pl 2.49 KB Apr 26, 2000 18:20:00 application/octet-stream
logger.gif 0.64 KB Apr 26, 2000 17:11:00 image/gif
logger.pl 0.64 KB Apr 26, 2000 17:03:00 application/octet-stream
nlogger.gif 0.61 KB Apr 29, 2000 08:17:00 image/gif
all those files are then availables and the list refelect the current
reality.