// Author tar (bigangell@yesky.com)
// You can copy the code at will, but please add the above author information
// Contact me if you have any questions.
// For the effect, see http: // 210.77.144.64/kk/java/article. jsp.
<% @ Page import = "java. SQL. *" %>
<% @ Page import = "java. io. *" %>
<% @ Page import = "java. util. *" %>
<Jsp: useBean id = "sqlconn" scope = "page" class = "kk. database. sqlconn"/>
<%! String aTitle, aAuthor, AType, ArticleType, InsertTime, Color; %>
<! Doctype html public "-// W3C // dtd html 4.0 Transitional // EN">
<HTML>
<HEAD>
<TITLE> ArticleList </TITLE>
<Meta name = "Generator" CONTENT = "jBuilder3.5 & jEdit1.0">
<Meta name = "Author" CONTENT = "bigangell">
<Meta name = "Keywords" CONTENT = "Java, Servlet, Jsp, Beans, PHP">
<Meta name = "Description" CONTENT = "A Pure World For Programming Include C/C ++, Java">
<META HTTP-EQUIV = "Content-Type" CONTENT = "text/html; CHARSET = gb2312">
<Link rel = "stylesheet" href = "style.css">
</Head>
<Body bgcolor = "# FFFFFF">
<Table width = "760" border = "0" cellspacing = "0" cellpadding = "0" align = "center">
<Tr>
<Td>
<Table width = "750" border = "0" cellspacing = "2" cellpadding = "2" align = "center">
<Tr align = "center">
<Td> </td>
</Tr>
<Tr>
<Td>
<Table width = "740" border = "0" cellspacing = "1" cellpadding = "1" align = "center">
<Tr align = "center" bgcolor = "# CCCCCC">
<Td> <B> title </B> </td>
<Td> <B> author </B> </td>
<Td> <B> type </B> </td>
<Td> <B> click </B> </td>
<Td> <B> join time </B> </td>
</Tr>
<%
Int I;
Int ipage = 10;
Int allpage;
Int pages;
Int cpage = 1;
Int spage;
Java. lang. String SQL, pagesql;