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

后端 未结 4 1186
遥遥无期
遥遥无期 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:43

    Confluence uses the EditDocument method of the SharePoint.OpenDocuments ActiveX control.

    Example in Javascript:

    new ActiveXObject("SharePoint.OpenDocuments.1").EditDocument("http://example.com/test.doc")
    

提交回复
热议问题