Applescript open folder on server from intranet link works, but...
Hi,
in our back office intranet web site, we need to let our local users to open folders from a repository.
Until now all this work was made by a jsp file (that is pointing to the desired folder), downloaded from our back office pages.
This jsp file was automatically opened by java web start, that open an applescript that display the desired folder to the user.
From some month, the various java update they have slowed all the chain (near 40 seconds from click to folder opening), and I need an alternative solution.
I think to be on the right way, I was started with this simple applescript (I'm an applescript newbie):
then I've URL encoded the script, an then added to an href in this way:
And it works like a charm if... you manually run an close the applescript windows that appears when you click the link on back office.
I still need to automate the opening of the folder and the closing of the window, I've tried several way but until now no success 😐.
Any help is very much appreciated. 🙂