传值后网页上显示有,但程序内显示有空
dim ord_ref
ord_ref=Request.Form("ord_ref")
set rs=server.createobject("ADODB.Recordset")
sql="select * from [l_items] where [ord_ref]='"&ord_ref&"'"
搜索不到内容
而直接写上
sql="select * from [l_items] where [ord_ref]='0208241220'"
则可以搜索到内容
我测试过,在网页上显示是传了值的
http://localhost/orderexamine.asp?ord_ref=0208241220
但是到了程序里就显示说ord_ref为空值
为什么?不解,请求帮助