(117 out of 193)
SaRegStdErrSite
Installs a built-in error handler which will insert the errors generated in a Sapphire cgi at the specified data site, ##Sa_ErrorSite##. The default placing of errors by a Sapphire cgi is at the top of the returned HTML. Use this function to customize that placement.
Synopsis
#include "SaRnHtml.h"
int SaRegStdErrSite();
Arguments
- None
Return Values
Returns 1.
Description
Installs a built-in error handler which will insert the errors generated in a Sapphire cgi at the specified data site, ##Sa_ErrorSite##. The default placing of errors by a Sapphire cgi is at the top of the returned HTML. Use this function to customize that placement.
Example
SaRegStdErrSite();
See Also
(117 out of 193)