Oracle & JSP 开发的小型信息管理系统 (七) 源代码5

80酷酷网    80kuku.com

  js|oracle|信息管理|源代码
//index.jsp 改进了的实现分类查询的默认页面

<% page contentType="text/html;charset=big5"%> <% include file="articleconn1.jsp"%><%

String types=request.getParameter("types");if(types==null)types="null";

String query=null;String sqlname=null; %><html><head><meta http-equiv="Content-Type" content="text/html; charset=big5"><title>信息查詢系統</title>

<script> 

function openwin(id){  window.open("view.jsp?id="+id,"","height=450,width=550,resizable=yes,scrollbars=yes,status=no,toolbar=no,menubar=no,location=no");}

</script><link rel="stylesheet" title="<%=rs.getString("title")%>"><%=rs.getString("title")%></a>                                                                           </td>                          <td width="26%" bgcolor="#FFFFFF">                             <div align="center"><%=rs.getString("date_and_time")%></div>                          </td>                          <td width="15%" bgcolor="#FFFFFF">                             <p align="center"><%=rs.getString("hits")%>                           </td>                        </tr>          <%   i++;//通過I迴圈設置每頁的頁數    } %>         <%}%>                      </table>                    </center>                  </div>               <FORM action=index.jsp method=POST><p align='center' vAlign='bottom'>    第<%=intPage%>頁    共<%=intPageCount%>頁          <%if(intPage>1){%>    <a href="index.jsp?page=<%=intPage-1%>&types=<%=types%>">上一頁</a>           <%}%>        <%if(intPage<intPageCount){%>    <a href="index.jsp?page=<%=intPage+1%>&types=<%=types%>">下一頁</a>       <%}%>       
到第<input type="text" name="page" size="5" value="1"/>頁        <input type="submit" value="確定" class="buttonface">     </form>         <%               String userName=(String)session.getAttribute("admin");         if(userName==null){userName="";}         if(userName.equals("admin")){                  %>            <a href="manage.jsp">系統管理</a><%}         else{%>            <a href="login.jsp">登錄系統管理</a><%}%>                         </div>              </div>            </div>          </td>        </tr>      </table>    </td>  </tr></table><%rs.close();

conn.close(); %> <p align="center">Copyright ©moonsoft 2004</p></body></html>






分享到
  • 微信分享
  • 新浪微博
  • QQ好友
  • QQ空间
点击: