新微赢技术网

标题: 请教一个判断语句 [打印本页]

作者: 一世豪杰    时间: 2009-12-27 03:48
标题: 请教一个判断语句
<%

temp3=trim(request("out_amount"))

temp6=trim(request("now_amount"))
if temp3>temp6 then
response.write "<script language='javascript'>" & chr(13)
response.write "alert('现有库存量不足!');" & Chr(13)
response.write "window.document.location.href='materialnow_list.asp';"&Chr(13)
response.write "</script>" & Chr(13)
Response.End
end if
%>
我每次输入的temp3大于1且小于temp6
但是都显示的是“现有库存量不足”
而我输入temp3=1时 此判断正常
作者: 小嘛怪    时间: 2009-12-27 03:48
哈哈,不会是每次因为你用了字符串形式
temp3=var(trim(request("out_amount")))

temp6=var(trim(request("now_amount")))




欢迎光临 新微赢技术网 (http://bbs.weiying.cn/) Powered by Discuz! X3.2