www.gusucode.com > 深度学习(asp)通讯录 0.0.10 (utf-8)码程序 > admin/logout.asp

    <%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
<%
'session.CodePage=65001
response.Charset=utf-8

session("adminName")=""
Session.Abandon
'Response.Redirect("../index.asp")

%>

<html>
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<title>系统后台注销界面</title>
    <link rel="stylesheet" type="text/css" href="themes/base.css"/>
	<link href="themes/frmRight/frameRight.css" rel="stylesheet" type="text/css" />
</head>

<body id="bodyBg1">
<table width="100%" border="1" cellspacing="0" cellpadding="0" height="100%">
  <tr>
    <td >

      <table  align="center" id="tableLogin">
        <tr>
          <td colspan="2"  class="bg_bar"></td>
        </tr>
        <tr>
          <td class="titlebg">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;管理员注销登录 </td>
        </tr>
        <tr>
          <td ><div align="center"><p>&nbsp;</p>
            <p>注销登录成功!</p>
            <p>3秒后自动转到首页!</p>
            <p>&nbsp;</p>
            </div></td></tr>
        <tr>
          <td class="bg_bar"></td>
        </tr>
      </table>
    
    </td>
  </tr>
</table>
</body>
</html>