Hey all,
I need to start a copy of MSWord from JavaScript, opening a spacific document.
EG: I need to simulate the following
start winword.exe \\Fileserver2\documents\david\MyDoc.HTM, and have MS word open the document in read-write mode. (the HTM file is obviously not associated with word so simply going window.open('mydoc.doc') will not work.
Can anyone specify how to do this from within JavaScript. (it can be ie spacific).
Thanks!
I need to start a copy of MSWord from JavaScript, opening a spacific document.
EG: I need to simulate the following
start winword.exe \\Fileserver2\documents\david\MyDoc.HTM, and have MS word open the document in read-write mode. (the HTM file is obviously not associated with word so simply going window.open('mydoc.doc') will not work.
Can anyone specify how to do this from within JavaScript. (it can be ie spacific).
Thanks!