代码搜索:VbScript
找到约 10,000 项符合「VbScript」的源代码
代码结果 10,000
www.eeworm.com/read/281328/9162380
asp shiti_del.asp
if confirm("你真的要删除此试题吗~?") then
else
window.history.go(-1)
end if
www.eeworm.com/read/281326/9162635
asp chkadmlogin.asp
MsgBox "错误:请输入管理员用户名!"
location.href = "javascript:history.back()"
www.eeworm.com/read/182192/9212733
htm 3_15.htm
利用Document对象设置页面背景色
Sub changecolor()
DIM s
randomize
S=rnd*&hffffff
Document.bgcolor=s
End Sub
www.eeworm.com/read/182192/9212735
htm 3_14_1.htm
Sub closeit()
setTimeout "self.close()",10000
End Sub
子窗口
该窗口的名称
www.eeworm.com/read/182192/9212739
htm 3_14.htm
window对象示例
window.name="main_window"
Function OpenWindow()
window.open"3_14_1.htm","child_window",_
"width=400,height=200,resizable=no