<html>
<head>
<title>dhtmlxMessage</title>
</head>
<script type="text/javascript" src="../codebase/dhtmlx.js"></script>
<link rel="STYLESHEET" type="text/css" href="../codebase/dhtmlx.css">
<style>
.dhtmlx-error{
background-color: #ffd4db !important;
color:maroon !important;
}
</style>
<body>
<script type="text/javascript">
dhtmlx.message.defPosition="bottom";
dhtmlx.message({
text:"An error has occured.<br /> Please, see the log file!",
id:"s3",
lifetime:1000,
type:"error"
});
</script>
</body>
</html>