?? logout.jsp
字號:
<%@ page language="java" contentType="text/html;charset=gb2312"%>
<html>
<head>
<title>注銷成功</title>
<body bgcolor="#FFFFFF" text="#000000">
<%
session.setAttribute("suserid",null);
session.setAttribute("username",null);
session.setAttribute("userstate",null);
session.setAttribute("userq",null);
%>
<div id="Layer1" style="position:absolute; width:200px; height:115px; z-index:1; left: 265px; top: 44px;">
<table width="350" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td> </td>
</tr>
<tr>
<td bgColor=#0010a0 width="100%"></td>
</tr>
<tr>
<td><div align="center">注銷成功!</div></td>
</tr>
<tr>
<td align="center"> </td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td> </td>
</tr>
<tr>
<td align="center"><a href="index.jsp">返回首頁</a></td>
</tr>
<tr>
<td> </td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -