我用Delphi做了一个ActiveX,可是何在本机的浏览器中能用,而在其他机器上提示
不支持的属性或方法。(针对下面HTML中的Test.Init,Test.int是我做在ActiveX中的函数)<HTML>
<H1> Delphi 6 ActiveX Test Page </H1><p>
You should see your Delphi 6 forms or controls embedded in the form below.
<HR><center><P>
<OBJECT
  id="test"
  classid="clsid:BDBA9A80-581D-4F7C-AB29-B4CFE0E49DD0"
  codebase="http://127.0.0.1/FlowChart/Flowchart.cab#version=1,0,177,1110"
  width=794
  height=532
  align=center
  hspace=0
  vspace=0
>
</OBJECT>
<script language=vbscript>
        test.init "juyee","xzl","111","http://192.168.1.3:8080"
</script>
</HTML>
是不是ActiveX要在浏览器中运行还需要其他操作,比如注册一类??????????