Im building a document library in DW using the dynamic functions and want hyperlink a folder location stored in my database to open in windows explorer instead of my default internet browser.
Is this possible?
Thanks
There are 2 ways this works.
1. You write a script that targets the directory relative to the site that may not be accessible to the web (this is most reliable and cross-OS compatible)
2. You write a script that targets a defined drive letter (this will work Windows only).
What's the script look like so far?