<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%> 蠡口家具城 苏州家具 苏州家具博览中心 苏州家具市场 苏州家具商场
 
地址:江苏省苏州市相城区相城大道1300号(蠡口国际家具城南首)
联系电话:0512-85188518 国家电信增值经营许可证号:苏ICP备05004328号 技术支持:托普斯网络
<% if request.form("handle")="pass" and (request.form("VoteType")="A" or request.form("VoteType")="B") then '单选处理 if request.form("VoteType")="A" then if isnumeric(request.form("VoteItem")) then if session("IsVote")=true then response.write("") response.end else sql="update WW_VoteItem set VoteCourt=VoteCourt+1 where VoteItemID="&request.form("VoteItem") 'response.write sql objconn.execute sql if err.number<>0 then response.write("") response.end else session("IsVote")=true response.write("") response.end end if end if end if end if if request.form("VoteType")="B" then if request.form("VoteItem")<>"" then if session("IsVote")=true then response.write("") response.end else sql="update WW_VoteItem set VoteCourt=VoteCourt+1 where VoteItemID in("&request.form("AllInfoID")&")" 'response.write sql objconn.execute sql if err.number<>0 then response.write("") response.end else session("IsVote")=true response.write("") response.end end if end if end if end if end if %>