Network Share Zimlet: Launch Explorer Window Hi,
I am trying to create a zimlet that allows the user to click on a network share url and have it open in a explorer window.
URL Ex:
\\machine\publicshare\somefolder
I have created the part where the zimlet detects a network share url and displays a tooltip and uses javascript to display a message box when you click on the url. However I am stuck on figuring out how to cause explorer to open the location.
I found some examples on how to open an external application using javascript, but these don't seem to work. In fact it seems to cause the zimlet to not function at all.
Ex:
var shell = new ActiveXObject("WScript.shell");
shell.run("notepad.exe", 1, True);
Is what I am trying to do even possible? If it is, any pointers would be greatly appreciated.
- Mark |