I have a link like so

Code:
file:///Volumes/folder/name/
Is there anyway with javascript to make this folder open when the link is clicked?

I already tried the window.open function, but its not working.

Thanks.