<body>
<table width="715" height="230" border="1">
  <tr>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td>

<%
if request("id")="0" then response.write "请填写完整!"
if request("id")="1" then response.write "用户名或密码错误!"
if request("id")="3" then response.write "验证码错误"
if request("id")="8" then response.write "网络超时,或未登录。请重新登录!"
if request("id")="9" then response.write "正常退出后台管理系统"
%>

</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
  </tr>
</table>
</body>