plain text
fnErrorMessage()
fnErrorMessage(...)
Description
This function displays an error message on a web page in a table format
with the following information: the
function name, the parameter name and the description of the error which
occurred.
Syntax
fnErrorMessage(sFunctionName, sParam, sDescription)
Example
Untested code
<%@ Language=VBScript %>
<% Response.Buffer = true %>