layola
|
发表:
Web页面上直接打开、编辑、创建Office文档的问题
<html> <head> <title> test_word </title> <Script Language="JavaScript"> function Validator() { var openDocObj; openDocObj = new ActiveXObject("SharePoint.OpenDocuments.1"); openDocObj.ViewDocument("http://localhost/test/sdsss.ppt"); } </script> </head> <body bgcolor="#ffffff"> <h1> <input type="button" name="word" value="word" onclick="Validator()"> </h1> </body> </html> //提示出错. 我的是2000系统.office 2000 怎么改?谢谢
|
|