エラーページ
error.asp
<% @LANGUAGE="VBScript" %>
<!-- #INCLUDE FILE = "err_msg.asp" -->
<html>
<head>
<title>作業管理システム</title>
<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
<style type="text/css">
<!--
.mozi { font-size: 12px}
-->
</style>
</head>
<body bgcolor="#ffffff" text="#000000">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td> <br>
<table width="500" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td bgcolor="#0000CC">
<table width="100%" border="0" cellspacing="1" cellpadding="0">
<tr>
<td colspan="2">
<div align="center"><font color="#FFFFFF"><b>エラー</b></font></div>
</td>
</tr>
<tr>
<td colspan="2" bgcolor="#FFFFFF" class="mozi">
<div align="center"><br>
<br>
<font color="#FF0000"><%=err_msg%></font><br>
<br>
<a href="javascript:history.back()">戻る</a><br>
<br>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
<br>
</td>
</tr>
</table>
</body>
</html>