Jean-Philippe Encausse wrote:
Following the discution: Best Practice
http://www.mail-archive.com/[email protected]/msg06463.html


1. I made a First implementation: *********************************

http://msdn.microsoft.com/workshop/author/behaviors/overview/WebFolder.asp

<STYLE>
A {behavior: url(#default#AnchorClick);}
</STYLE>

<A HREF="webdav/"
   FOLDER="http://127.0.0.1:8080/webdav/";
   TARGET="_blank">
Open in Web Folder View
</A>


A] It works only with files not folders.

Only folders, not files, right?

B] It works only with IE not FireFox.

<http://openwebfolder.mozdev.org/>

C] It works only with Windows.
>
2. I made a Second implementation:
**********************************

I use a Servlet that return a "Windows Link" .lnk
using the given Win32Link.java file like describe in
http://www.mail-archive.com/[email protected]/msg06496.html

A] It works with files AND folders.
B] It works only with IE not FireFox.
C] It works only with Windows (may be extended later ?).


Does anyone have a better solution ? Or know why my second solution doesn't work under Firefox ?

Because you're using IE-only technology :-)

Best regards, Julian

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to