var wdApp = new ActiveXObject("Word.Application");wdApp.open(); 

解决方案 »

  1.   

    一样的,<a href=a.doc>open</a>
    客户端要安装了word
      

  2.   

    可是我的客户端装了 word ,就是 打不开,只能打开 .xls
      

  3.   

    zhaoweiwei(轩辕大侠) 按照你的意思 我的测试页面是这样写吗
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html;mime-type="application/msword charset=gb2312">
    <link REL="stylesheet" HREF="../default.css" TYPE="text/css"><title>&Ocirc;&Uacute;&Iuml;&szlig;&sup2;&acirc;&Ecirc;&Ocirc;</title>
    </head><body onload=testopen()><center>
    </center>
    </body>
    </html>
    <script>
    function testopen(){
    alert()
    var wdApp = new ActiveXObject("Word.Application");
    wdApp.open("indexd.doc"); 
    }
    </script>
      

  4.   

    try this
    <iframe height=100% width=100% src="*.ppt">打开</iframe>