Hi,
I understand that we can use the following link to display a directory
as web folder:
< A HREF = "http://192.168.0.1/storage" FOLDER =
"http://192.168.0.1/storage" STYLE="behavior:
url(#default#AnchorClick);"
>Open as a Web Folder< /a >
I would like to know whether it is possible to use relative location
for the URL instead of providing the whole path.
For example:
< A HREF = "storage" FOLDER = "storage" STYLE="behavior:
url(#default#AnchorClick);" >Open as a Web Folder< /a >
But it doesn't work.
Thanks.