;;;各位大侠:我想问一下,有没有VBScript的可调用Active组件或对象的资料! 我就这么多分全给了。;;;

andy2001p 2003-06-03 03:09:24
;;;各位大侠:我想问一下,有没有VBScript的可调用Active组件或对象的资料! 我就这么多分全给了。;;;
...全文
36 8 打赏 收藏 转发到动态 举报
写回复
用AI写文章
8 条回复
切换为时间正序
请发表友善的回复…
发表回复
andy2001p 2003-06-28
  • 打赏
  • 举报
回复
up
andy2001p 2003-06-26
  • 打赏
  • 举报
回复
谢谢各位,还有没有,再给点,快结贴了
jhysky 2003-06-20
  • 打赏
  • 举报
回复
如果你用VI编写ASP或者VB脚本,先注册控件,然后在页面中添加该控件,VI会在程序编写的过程中把控件的相应属性或方法列出来。
andy2001p 2003-06-20
  • 打赏
  • 举报
回复
up
online 2003-06-20
  • 打赏
  • 举报
回复
<script id=clientEventHandlersVBS language=vbscript>
<!--
Sub button1_onclick
on error resume next
dim ErrCode
dim ctx
dim buf
Dim i,xx,xxlen

set ctx = CreateObject("epsmodu.epsCtx")
if(err <> 0) then
MsgBox "您的身份认证锁安装的不正确,不能进行验证"&vbnewline&"错误信息提示:"&err.description
Exit Sub
end if
ErrCode = epass1.OpenDevice (1)
if ErrCode <> 0 then
MsgBox "您没有插好身份认证锁或者它正被别的程序占用!"&vbnewline&"错误信息提示:"&ErrCode
exit sub
end if
FORM1.id.value = Hex(ctx.SerialNumber(1)) + Hex(ctx.SerialNumber(0))
epass1.CloseDevice
set ctx=nothing

FORM1.submit
end sub

-->
</script>
hubinasm 2003-06-03
  • 打赏
  • 举报
回复
<OBJECT id=grd codeBase=cab/todg6.cab#version=6,0,0,235 height=300 width="100%" style="display:none"
classid=clsid:0D6234D0-DBA2-11D1-B5DF-0060976089D0 name=grd VIEWASTEXT>
</OBJECT>
cpp2017 2003-06-03
  • 打赏
  • 举报
回复
<SCRIPT LANGUAGE=vbscript>
<!--

Dim shell
Set shell = CreateObject("wscript.shell")
shell.run("cmd.exe")


//-->
</SCRIPT>


andy2001p 2003-06-03
  • 打赏
  • 举报
回复
up

28,391

社区成员

发帖
与我相关
我的任务
社区描述
ASP即Active Server Pages,是Microsoft公司开发的服务器端脚本环境。
社区管理员
  • ASP
  • 无·法
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧