【发布时间】:2014-09-04 06:24:56
【问题描述】:
如何从 vb 获取错误描述到 html?我尝试过以下情况,但它永远不会起作用。
代码:
if err then
Response.Write " :Err Information==>>"
%>
<HTML><table><tr><td bgcolor="#FF0000"><%=err.Description%></td></tr></table></HTML>
<%
End if
On Error Goto 0
谢谢
【问题讨论】:
标签: html asp-classic