标题:急 急 急
只看楼主
透明
Rank: 1
等 级:新手上路
帖 子:14
专家分:0
注 册:2007-1-19
得分:0 

<%

if request("t1")="" then
response.Write"请输入证书编号!<meta http-equiv=refresh content='1;url=chaxun.asp'>"
response.end
end if
t1=trim(request.form("t1"))
sql="select * from zhengshu where bianhao='"&t1&"'"
set rs=conn.execute (sql)

if rs.eof then response.Write"没有该记录,请确认输入是否正确!<meta http-equiv=refresh content='1;url=chaxun.asp'>"
response.end
end if
%>

2007-01-19 16:54



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-116916-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.190873 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved