WEB开发网
开发学院WEB开发ASP asp执行出错,如何跳过错误到错误页面 阅读

asp执行出错,如何跳过错误到错误页面

 2009-04-22 10:41:00 来源:WEB开发网   
核心提示:使用 <% on error resume next '执行过程 .... if err.number <> 0 then resonse.redirect "错误页面.htm" end if %>
使用 
<%
on error resume next
'执行过程 ....
if err.number <> 0 then
resonse.redirect "错误页面.htm"
end if
%>

Tags:asp 执行 出错

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接