ASP 信息提示函数并作返回或者转向

2023-12-07 0 501

有时候我们在写asp的时候需要给用户一些反馈信息,这个自定义的返回信息函数,很方便大家使用

\’************************
\’子程序名:信息提示窗口
\’功能:信息提示,并作返回或者转向
\’参数:
\’str 提示字符串
\’stype 处理类型:Back 返回 GoUrl 转向 Close 关闭
\’url 转向方向
\’************************
Sub MsgBox(str,stype,url)
response.write \”<script language=javascript>\”
response.write \”alert(\’\”&str&\”\’);\”
select case stype
case \”Back\”
response.write \”history.go(-1);\”
case \”GoUrl\”
response.write \”window.location=\’\”&url&\”\’\”
case \”Close\”
response.write \”window.close()\”
end select
response.write \”</script>\”
End Sub

具体的使用方法就不说了,很简单

收藏 (0) 打赏

感谢您的支持,我会继续努力的!

打开微信/支付宝扫一扫,即可进行扫码打赏哦,分享从这里开始,精彩与您同在
点赞 (0)

悠久资源 ASP编程 ASP 信息提示函数并作返回或者转向 https://www.u-9.cn/biancheng/asp/126954.html

常见问题

相关文章

发表评论
暂无评论
官方客服团队

为您解决烦忧 - 24小时在线 专业服务