<script>var myConn = new ActiveXObject("ADODB.Recordset");
myConn.CursorLocation = 3;//1:adUseNone;2:adUseServer;3:adUseClient
</script>

解决方案 »

  1.   

    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ado270/htm/mdcstcursorlocationenum.asp
      

  2.   

    感谢搂主的关注,
    不过小弟的意思是有没有一个文件,将它#include进来,放到global.asa中。
    好像用vbscript编程,就可以直接使用这些变量。
      

  3.   

    查手册
    然后自己加到global.asa中去吧
      

  4.   

    以解决,在机子上搜索adojavas.inc,然后include进网页即可,
    还有另一种方法,即在Global.asa中声明类型库