13 lines
429 B
HTML
13 lines
429 B
HTML
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<link rel="stylesheet" type="text/css" href="default.css">
|
||
|
|
<title>Error Message</title>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<h2>Error Message</h2>
|
||
|
|
The Error Message box contains the text of the system error message, module error message or the custom message found in the
|
||
|
|
<a href="ErrorsIni.htm">errors.ini</a> file based on the value entered.
|
||
|
|
</body>
|
||
|
|
</html>
|