Hi,
I am facing a similar issue and trying to access the same since two days.The document is on my server's c drive
This is what i tried:
I had placed the doc in the server C drive and i am trying to access it though the file://servername/foldername/documentname.
<script>
function myFunction() {
window.open(file://servername/Demo.html);
}"
Can u Please help On how to achive the same.
Or is there any alternative to get it