Posted by Andy Dingley on 11/10/06 13:31
baiaz wrote:
> I am wondering how I can open a folder from a HTML page?
On the server or on the user's machine ?
If it's on the server, then set up a link in your HTML like this
<p>This week's files are in the <a href="/ourfiles/weekly/" >weekly
files</a> directory</p>
Then configure your server so that:
* There's no default HTML index page in there
* The server can give you a directory listing (most already can)
* The "allow browse access to directories" security option on the
server is configured to allow this.
Navigation:
[Reply to this message]
|