Tag: 停止预览模式: 普通 | 列表

ASP中碰到错误就停止执行

用response.end()
例子:
if 条件=true then
response.write("<script>alert('到此停止')</script>")
response.write("<script>location='其它页面.asp'</script>")
response.end()
end if

查看更多...

Tags: 停止

分类:Asp | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 456