问题描述
- jsp 同步搜索功能 求源代码
-
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
无标题文档
.newslist{
border:0px solid;
border-collapse:collapse;
}
.newslist th,td{
border:1px solid
}
.odd
{
background-color:#c7e5ff
}
.even
{
background-color:#eaf5ff
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a:active {
text-decoration: none;
}类别
无公司新闻行业新闻关键字 ?
想要根据下拉列表中的内容和关键字输入框中的内容进行筛选,显示在下面的表格中
(下拉列表中的内容一改变立马进行搜索,然后显示,关键字输入框中输入内容后
回车进行搜索)
时间: 2024-11-02 00:23:05