I am trying to open a word document in word (not in the browser). I can get it to open in the browser by using a link to the file. I tried using javascript to call a function to open word application and the specified .doc file, this didnt seem to work due to security issues with ActiveX objects (i think)
So my question is... Is there any other way i can open a word document from my perl script, i have read about using application/msword but im not really sure about how to actually implement this.
Anyone offer any advice?
So my question is... Is there any other way i can open a word document from my perl script, i have read about using application/msword but im not really sure about how to actually implement this.
Anyone offer any advice?