提交按扭失效
<%if request("submit")="添加" then
cbh=request("tbh")
cwl=request("twl")
cip=request("tip")
cbm=request("tbm")
cr=request("tr")
crq=request("trq")
cbz=request("tbz")
if tbh<>"" then
cn.execute("insert into computer valuess ('" & tbh &"' ,'" & twl &"','" & tip &"' , '" & tbm &"','" & tr &"','" & trq &"','" & tbz &"')")
response.write("添加成功!")
else
response.write("请输入完整信息!")
end if
end if
%>
以上t开头为字符串,c开头的为数据库的值..按提交后只显示:请输入完整信息.即使信息提交的再完整也是如此.请哪位大虾帮忙