错误类型:
Microsoft VBScript 运行时错误 (0x800A01B6)
/diaocha_jieguo.asp, 第 3 行
以下是程序代码:
---------------------------------------------------------------------
<!--#include file="conn.asp"-->
<%
Voted=Response.Cookies("Voted")
if Voted<>"Yes" then
conn.execute ("update diaocha_wenti set shuzi=shuzi+1 where id="&request("rb"))
conn.execute ("update diaocha_zhu set shuzi=shuzi+1 where id="&request("biaotiid"))
Response.Cookies("Voted") = "Yes"
Response.Cookies("Voted").Expires = DateAdd("D",1,date)
end if
%>
Voted=Response.Cookies("Voted")
==>
Voted=request.cookies("Voted")