当前位置:编程学习 > C#/ASP.NET >>

用asp.net+vb.net 调用word

一个网页程序,环境是:asp.net+vb.net+word2003
实现效果:
例如一个地址:
http://192.168.1.4/test.doc

当用户点击此超连接的时候,总会出现一个保存/打开的对话框,但我想要的是不要这个对话框,当点击此超连接的时候,被下载的test.doc直接在IE浏览器中打开,请问大家要怎么做?
如果有代码,请列出来,谢谢大家
--------------------编程问答-------------------- 用IE打开WORD? 
关注下~~ --------------------编程问答-------------------- <SCRIPT   language="JavaScript">   
  function   editDocumentWithProgID() {   
        EditDocumentButton   =   new   ActiveXObject("SharePoint.OpenDocuments.2");   
          
    
      EditDocumentButton.EditDocument("http://xxx/config.doc"); }   
  </SCRIPT>   

ps:office2003以上版本有效 --------------------编程问答-------------------- 楼上的你的JS  用装SharePoint啊 --------------------编程问答-------------------- 有没有VB.net代码?
补充:.NET技术 ,  ASP.NET
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,