日期:2014-05-16 浏览次数:20802 次
id=cint(request.querystring("id"))
'....建立链接
set rs=conn.execute("select click from 表 where id="&id)
if not rs.eof
response.write "document.write("&rs(0)&")"
end if
conn.execute("update 表 where click=click+1 where id="&id)