打开服务器上的Word,修改并保存.

<script language="javascript">
function test()
{
 var   openDocObj   =   new   ActiveXObject( "SharePoint.OpenDocuments.2");  
 openDocObj.EditDocument("http://192.168.1.173/sites/lawdepartment/TechLaw Merger2007-10-0000100004/Lists/ContractDocuments/Draft/123.docx");
}
</script>

你可能感兴趣的:(word)