当前位置:编程学习 > JSP >>

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开发工具
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,