⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pingfen.asp

📁 不错的ASP整站源代码。在IIS环境下运行都没有问题
💻 ASP
字号:
<%
If Session("PingFen"&request.Form("ID"))="YES" Then
   Response.redirect "../info.asp?msg=您已经给文章打过分了,不能再打分了"
   Response.end
End If
%>
<!--#include file="articleconn.asp"-->
<%
sql="update learning set persons=persons+1 , fenshu=(fenshu*persons+"&cint(request.Form("fenshu"))&")/(persons+1) where articleid=" & request.Form("ID")
conn.execute(sql)
Session("PingFen"&request.Form("ID"))="YES"
conn.close
response.redirect "go.asp?id=" & request.Form("ID")
%>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -