📄 index.htm
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>范例目录</title>
<style type="text/css">
<!--
body {
background-color: #FFFFCC;
}
.style5 {color: #000000}
.style6 {font-size: large}
-->
</style></head>
<body>
<table width="960" height="520" border="0">
<tr>
<th colspan="3" scope="row"><span class="style6">实用JSP入门范例教程-Session、Cookie、<span class="style5">application</span>范例</span></th>
</tr>
<tr>
<th height="38" scope="row"><div align="right"><a href="ch3-1.htm">ch3-1.htm(top,left,main)</a></div></th>
<td> </td>
<td>Session应用的框架网页(使用说明,操作导航)</td>
</tr>
<tr>
<th width="352" height="38" scope="row"><div align="right"><a href="ch3-11.htm">ch3-11.htm ch3-11.jsp</a> </div></th>
<td width="61"> </td>
<td width="525">用户注册(写入Session)</td>
</tr>
<tr>
<th height="38" scope="row"><div align="right"><a href="ch3-12.htm">ch3-12.htm ch3-12.jsp</a> </div></th>
<td> </td>
<td>用户登录(读取Session)</td>
</tr>
<tr>
<th scope="row"><div align="right">ch3-13.jsp ch3-14.jsp </div></th>
<td> </td>
<td>登录成功和登录失败转向转向的网页</td>
</tr>
<tr>
<th scope="row"><div align="right"><a href="ch3-15.jsp">ch3-15.jsp</a></div></th>
<td> </td>
<td>用户注销(删除Session)</td>
</tr>
<tr>
<th scope="row"><div align="right">
<p><a href="ch3-2.htm">ch3-2.htm ch3-2a.jsp </a><br>
<a href="ch3-2.htm">ch3-2b.jsp</a> </p>
</div></th>
<td> </td>
<td>应用Session购物</td>
</tr>
<tr>
<th scope="row"><div align="right"><a href="ch3-3.jsp">ch3-3.jsp</a></div></th>
<td> </td>
<td>应用Session的计数器</td>
</tr>
<tr>
<th height="28" scope="row"><div align="right"><a href="ch3-41.htm">ch3-41.htm ch3-41.jsp</a></div></th>
<td> </td>
<td rowspan="2">应用Cookie的注册、登录</td>
</tr>
<tr>
<th height="25" scope="row"><div align="right"><a href="ch3-42.htm">ch3-42.htm ch3-42.jsp</a></div></th>
<td> </td>
</tr>
<tr>
<th height="41" scope="row"><div align="right"><a href="ch3-52.jsp">ch3-51.htm ch3-51.jsp ch3-52.jsp</a></div></th>
<td> </td>
<td>应用<span class="style5">application更新网页</span></td>
</tr>
<tr>
<th height="41" scope="row"><div align="right"><a href="ch3-5b.jsp">ch3-5a.htm ch3-5a.jsp ch3-5b.jsp</a></div></th>
<td> </td>
<td>应用<span class="style5">application</span>更新网页二</td>
</tr>
<tr>
<th height="53" scope="row"><div align="right">
<a href="ch3-6.htm">ch3-6.htm ch3-6.jsp ch3-60.htm<br>
ch3-61.htm ch3-61.jsp ch3-62.jsp</a> </div></th>
<td> </td>
<td>应用<span class="style5">application</span>的简易聊天室</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -