How to create a HTML link which forces MS Word to edit document on webdav server

后端 未结 4 1187
遥遥无期
遥遥无期 2020-12-07 16:09

Let\'s suppose that I have WebDAV-enabled server, where I have bunch of Office documents. I\'d like to generate webpage which has link to document such that clicking on the

4条回答
  •  一整个雨季
    2020-12-07 16:29

    Ummm, you could also use something like this:

    Open Document in Word
    

    The difference from the above answers is that this would no longer require ActiveX and it will work at least in IE 8+, Chrome and Firefox, as long as it is opened from a Windows machine, for Office 2010+ (not 100% sure about this one though).

    Explanation: the ms-word:ofe part is a protocol that gets installed on the client machine when Office is installed. I don't know exactly what the |u| part does.

提交回复
热议问题