<%@ page contentType="text/html; charset=gb
<%@ page import = "java
<%@ page import = "java
<%@ page import = "java
<html>
<head>
<title>教師信息查詢</title>
<style type="text/css">
<!
font
color: #FFFFFF;
}
</style>
<link href="default
<style type="text/css">
<!
color: #
font
}
</style>
</head>
<body bgcolor="#ffffff">
<%session
<h
<hr />
<jsp:useBean id="tmessgeBean" scope="page" class="computer
<table width="
<tr align="center" bgcolor="#
<td colspan="
</tr>
<tr align="center" bgcolor="#
<td class="style
<td class="style
<td class="style
<td class="style
<td class="style
</tr>
<%
request
int nowPages;//當前頁
int pages;//請求頁數
int countPerPage =
int pageCount;//總頁數
int recordCount=tmessgeBean
pageCount = (int)Math
if(request
pages =
}else{
pages = new Integer(request
}
From:http://tw.wingwit.com/Article/program/Java/JSP/201311/20619.html