易截截图软件、单文件、免安装、纯绿色、仅160KB

ASP站内搜索的问题

网站上放了一个站内搜索 主要是方便客户查产品 当输入关键字后会跳入到prouuctinfo.asp页面 然后当点击查询到的产品时会跳到一个有产品详细描述的details.asp页面 
现在3个代码我都写好了 但是出问题 输入关键字可以跳入productinfo.asp页面,但是当点击查询结果后在details.asp里的结果全是ID=1的
请教热心的朋友看看我的代码

一。keywords代码:

<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档 </title>
</head>
<body>
<form name = form1 action = productinfo.asp method = post>
<p> <input name = key type = text value="keywords" size = 30>
  <input type = submit name = submit value = Search> </p>
</form>
</body>
</html>

二。productinfo.asp 代码

<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
<!--#include file="Connections/conn.asp" -->
<%
Dim Recordset1
Dim Recordset1_cmd
Dim Recordset1_numRows

Set


相关问答:

asp有没有什么比较好的chat组件? - Web 开发 / ASP

owc11满足不了要求,有没有更好点的,asp能调用的
目前没发现,帮你顶!

应该没有了吧

自已写。顶

帮顶,关注!

好像就这个了,目前还没看到其他得上市使用。。。帮顶!

自己再顶一下

好像是没有 ......

新手请教一个asp的类型转换问题! - Web 开发 / ASP

本人不会asp,报错了,请大家帮忙看看。
代码如下:
<%
dim keyword_Name,keyword_YJ,keyword_RQ
if rs("QS_PASS_1_name")<>"0,0" then
keyword_Name=split(rs("QS_ ......

求一ASP嵌套页代码 - Web 开发 / ASP

A页面
<table width="200" border="1">
  <tr>
  <td>1</td>
  <td>3</td>
  <td><!--#include/top.html#-- ......

asp.net批量上传图片 - .NET技术 / ASP.NET

asp.net批量上传图片最好有源码,在线等!!!!!!!
源码很长的。

参考

C# code:
HttpFileCollection files = HttpContext.Current.Request.Files;
if (files.Count <= 1)
{
......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号