<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%> <% Option Explicit %> <% response.charset="utf-8" %> 进度查询 <% dim rs,sql,Action Action=request.QueryString("Action") if Action="Save" then %>
<% set rs = server.createobject("adodb.recordset") sql="select top 1 * from F_Yang_Search where ViewFlag and AboutName='"& request.form("AboutName") &"' and Tel='"& request.form("Tel") &"'" rs.open sql,conn,1,3 if rs.eof then response.write "暂无相关信息,或者您的单号或联系电话输入错误,请返回重新输入!" else response.write "您好!"&rs("cust")&",您的单号:"&rs("AboutName")&"
" &_ "维修介质:"&rs("media")&"
" &_ "维修进度:
"&_ ""&HtmlStrReplace(rs("Content"))&"

返回

" rs("ClickNumber")=rs("ClickNumber")+1 rs.update end if rs.close set rs=nothing %>
<%else%>
欢迎光临碟科数据恢复中心查询系统,如无法查询,请电话咨询,谢谢!
输入单号:
联系电话:

说明:1.单号为您填写碟科登记表的右上角,例如:0000700

2.单号为您填写碟科登记表中的联系号码,手机号优先。

  
<%end if%>