www.gusucode.com > 云枫工作室企业网站源代码第五版 1.0 > docc/admin/logout.asp

    <%@LANGUAGE="VBSCRIPT"%>
<%
	session("lyj_admin")=""
	session("password")=""
	session("flag")=""
%>
<link href="style.css" rel="stylesheet" type="text/css">
<form name="admininfo" method="POST" >
  <div align="center"> 
    <table width="370" border="0" cellspacing="0" cellpadding="0" align="center">
      <tr> 
        <td background="img/bj_6.gif" height="29"> <table cellspacing=0 cellpadding=0 width=170 height="20">
            <tr> 
              <td width=5>&nbsp;</td>
              <td width=28> <div align="center"></div></td>
              <td class=hg12 valign=bottom width="123">&nbsp;<font color="#990000"><b>权限检测出错</b></font></td>
              <td width=12>&nbsp;</td>
            </tr>
          </table></td>
      </tr>
    </table>
    <div align="center"> 
      <table width="370" border="0" cellspacing="0" cellpadding="0" align="center">
        <tr> 
          <td background="img/bj_7.gif" height="29"> <p align="center"><br>
              <br>
			  已经成功注销
            </p>
            <p align="center"> 
              <input type="button" name="Submit" value="返回" onClick="window.location.href='index.asp'">
            </p>
            <p> <br>
            </p></td>
        </tr>
      </table>
      <table width="370" border="0" cellspacing="0" cellpadding="0" align="center">
        <tr> 
          <td background="img/bj_8.gif" height="23">&nbsp; </td>
        </tr>
      </table>
    </div>
  </div>
</form>
<%
	response.redirect "index.asp"
	response.End
%>