Show contents of directory

N

Norman Brooks

I am using Frontpage 2000 and I'm trying to show the contents of a
directory. This is for a local page on my computer. When I try to link a
word to a hyperlink i.e. D:\ZIPSTORE and hyperlink d:\zipstore, the web
comes back "cannot run file d:\zipstore. I've tried publishing the contents
of d:\zipstore to a web page but it requires a service provider ? Gawwwdddd

Any help, much appreciated.

Thanks / Norm
 
P

p c

Change the URL/HREF for the hyperlink to this format:

file:///D:/ZIPSTORE/

In HTML view it will look like this:

<a href="file:///D:/ZIPSTORE/">label for the link</a>

...PC
 
Top