脚本调用activexForm的方法失败问题?(50分)

  • 主题发起人 主题发起人 自我教育
  • 开始时间 开始时间

自我教育

Unregistered / Unconfirmed
GUEST, unregistred user!
页面代码如下:
<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="printer"
classid="clsid:0F80E00A-D69E-11D7-92D2-00004C0E70D8"
codebase="Printer.cab#version=1,0,0,0"
width=538
height=350
align=center
hspace=0
vspace=0
>







</OBJECT>
<script language="VBScript">
<!--


printer。print '2881568','asdfsdfs','1254.06','1234.06','20','34','nene'
-->


</script>

</HTML>

错误提示:
错误的参数个数或无效的属性“printer”
 
人呢!!!!!!
 
再直接一点儿就是:
我做的一个打印activexForm有一个print方法,它有7个参数
我需要在如下页面中调用print方法,来打印表单,如何调用?
代码如下:
<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="printer"
classid="clsid:0F80E00A-D69E-11D7-92D2-00004C0E70D8"
codebase="Printer.cab#version=1,0,0,0"
width=538
height=350
align=center
hspace=0
vspace=0
>
</OBJECT>
</html>

 
解决了,因为控件内部的方法调用错误,引起无法显示
大家对这个问题怎么这么冷淡?!奇怪
 
后退
顶部