【高分求助】求站内高级搜索源码

来源:百度知道 编辑:UC知道 时间:2024/04/28 04:39:31
求站内精确查询源码
商品名称 [ ]
商品编号 [ ]
商品简介 [ ]
商品内容 [ ]

源码地址http://tieba.baidu.com/f?kz=330073314

很久以前写过一个的:
<%@ Language=VBScript %>
<%
Name=Request.Form("商品名称")
keyword=trim(Request.Form("商品编号"))

if Name="" then
Response.Write "请选择您需要搜索的范围!"
Response.End
end if

if keyword="" then
Response.Write "请输入查询关键字!"
Response.End
end if

Response.Redirect "jieguo.asp?Name=" & 商品名称 & "&keyword=" & 商品编号

%>

<html>

<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>test</title>
</head>

<body style="font-size: 10pt">

<script language="JavaScript">

var NS4 = (document.layers); // Which browser?
var IE4 = (document.all);

va