yijian.asp
资源名称:qnmov30.rar [点击查看]
上传用户:qyswxdl
上传日期:2013-06-01
资源大小:1373k
文件大小:1k
源码类别:
家庭/个人应用
开发平台:
ASP/ASPX
- <!--#include file="articleconn.asp"-->
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
- <title>用户意见</title>
- </head>
- <body><% dim zuimanyi
- zuimanyi=request.form("manyi")
- set rs111=server.createobject("adodb.recordset")
- sql="select * from user_yijian "
- rs111.open sql,conn,1,3
- if (zuimanyi="playspeed") then
- rs111("playspeed")=int(rs111("playspeed"))+1
- end if
- if (zuimanyi="updatespeed") then
- rs111("updatespeed")=int(rs111("updatespeed"))+1
- end if
- if (zuimanyi="movies_amount") then
- rs111(("movies_amount"))=rs111(("movies_amount"))+1
- end if
- rs111.update
- rs111.close
- set rs111=nothing
- response.write "<script language='javascript'>"
- response.write "history.go(-1);"
- response.write "</script>"
- response.end
- %>
- </body>
- </html>