How can I open a folder on server by clicking on a link

teresatehran

New Member
I have some docs which are located on a shared folder on the server. I need to open up this folder to show these docs by clicking on a link. I tried using \[code\]<a href="http://stackoverflow.com/questions/15779265/...">\[/code\] but that didn't work. I don't want to point to any specific file on the folder. If it's the case then it works, but what I want to do is to just open this shared folder by clicking on a link specifying the path.The technologies which I can use are html, jsp, javascript, jquery.Please advise how to do this.
 
Back
Top