url传熟数据出现错误!帮忙改正谢谢!在线等!
if not isEmpty(request("cityid")) then
quyu=(request("cityid"))
else
quyu=""
end if
if not isEmpty(request("sortid")) then
sortid=(request("sortid"))
else
sortid=""
end if
txtitle=request("txtitle")
response.redirect thisURL&"sxpk/search.asp?SearchText="&txtitle&"&cityid="&quyu&"&sortid="&sortid&""
可是显示传出的数据是search.asp?SearchText=&cityid=city&sortid=sortid
把变量传成了定义的字符常量,是不是我的语句写错了,请教改正!谢谢!