很难,不是技术问题是安全限制了你不能这么做,除非你用activex 显式的运行在客户端

解决方案 »

  1.   

    1,create new activex DLL
    2, regsvr32 mydll.dll
    3, copy "mydll.dll" clsID from regedit.exe with "step 2"
    4, incude this to page:<object id="ANYNAME" classid="clsid:CLSID" codebase="CABNAME#version=PRJVERSION">
    <a href="#" onclick="document.all['ANYNAME'].Method()">click</a>
      

  2.   

    if u want use C# build activex , u can see :http://samples.gotdotnet.com/quickstart/winforms/doc/WinFormsIeSourcing.aspx
      

  3.   

    你可以用
    sql="sql1"
    adapter.fill(ds,"table1")
    sql="sql2"
    adapter.fill(ds,"table2")
      

  4.   

    http://expert.csdn.net/Expert/TopicView1.asp?id=2230026