?? ch3-15.jsp
字號:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>注銷</title>
<style type="text/css">
.style1 { font-size: 24px; color: #FF0000;}
.style2 { font-size: x-large; color: #FF0000;}
.style3 {font-size: 36px}
</style>
</head>
<body>
<%
String name=(String)session.getValue("user");
session.invalidate();
response.setHeader("Refresh","2;URL=ch3-1main.htm");
%>
<P><img src="img/pass.gif" alt="注銷" width="200" height="25"></P>
<h2>注銷 <span class="style1"> <%=name%> </span></h2>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -