voteok.asp

来自「航空订票系统基于asp.net和sql2005包含数据库和图片」· ASP 代码 · 共 11 行

ASP
11
字号
<!--#include file="global/inc/global.inc.asp"-->
<%
voteoptions = Request.Form("voteoptions")
if voteoptions="" then
call InfoErrorWrite("您还没有选择一个调查选项")
End If
oConn_Start
oConn.Execute("update sm_VoteDetail Set TotalCount=TotalCount+1 Where DetailId="&voteoptions)
oConn_Close
Call InfoErrorDisplay("您已经投票成功!","index.asp")
%>

⌨️ 快捷键说明

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