代码搜索:VbScript
找到约 10,000 项符合「VbScript」的源代码
代码结果 10,000
www.eeworm.com/read/144065/12820678
htm 滚动背景代码.htm
dim c,numgc
c=-100000
numgc=document.body.sourceIndex
sub SF
c=c+1
Document.all(numgc).style
www.eeworm.com/read/245112/12820754
htm lx6_1.htm
计时器
' 定义一个显示剩余时间的子程序
Public m,q
q=1
Sub tick(k)
m=k-1
t1.va
www.eeworm.com/read/245112/12820771
htm lx6_2.htm
使用document的方法
Sub mybtn_onclick
document.writeln "使用history的方法"
document.writeln "这是新文档的内容"
www.eeworm.com/read/245112/12820785
htm tu6_1_1.htm
调用事件过程
Sub mysub()
aa = "这是按钮的单击事件"
msgbox aa
End Sub
调用事件过程