Oracle & JSP 开发的小型信息管理系统 (七) 源代码5
//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>信息查
补充:Jsp教程,Jsp/Servlet开发工具