LauraCairns
Programmer
I was wondering if someone could give me some advise on a problem I have. At present i have a web application which displays pdf files in a web browser using javascript and the window.open method and pointing to a web address like window.open(I have been asked to find out if it is possible to do something similar but instead opening a file located on my web server e.g.(G:\psh-4.pdf). I would like to be able to display the file in the web browser using the
window.open method again but this time pointing to the location on my web server. I need to be able to open the file using something like:
window.open(file:///G:\phs-4.pdf).
Does anyone know if this is possible and if so has anyone any examples of where this has been done before? Any explanations about how this works would also be useful as I have to try and explain this.
Thanks in advance for any help anyone can give me.
window.open method again but this time pointing to the location on my web server. I need to be able to open the file using something like:
window.open(file:///G:\phs-4.pdf).
Does anyone know if this is possible and if so has anyone any examples of where this has been done before? Any explanations about how this works would also be useful as I have to try and explain this.
Thanks in advance for any help anyone can give me.