我来我网
https://5come5.cn
 
您尚未 登录  注册 | 菠菜 | 软件站 | 音乐站 | 邮箱1 | 邮箱2 | 风格选择 | 更多 » 
 

本页主题: asp的问题,我找了很久没找出来 显示签名 | 打印 | 加为IE收藏 | 收藏主题 | 上一主题 | 下一主题

xuer



誓言守护者 执着之戒 真诚之戒 勇敢之戒
性别: 帅哥 状态: 该用户目前不在线
头衔: 学而时习之
等级: 人见人爱
家族: 起早不摸黑
发贴: 3393
威望: 0
浮云: 0
在线等级:
注册时间: 2006-11-19
最后登陆: 2018-08-13

5come5帮你背单词 [ function /'fΛŋkən/ n. 功能,作用,(pl.)职责,职务,函数;vi. (机器等)运行,发挥…作用,尽…职责 ]


asp的问题,我找了很久没找出来

<!--#include file="conn.asp"-->
<html>
<head>
<title>投票主页</title>
</head>
<body>
<%
dim subject,xm1,xm2,xm3,xm4,xm5
set rs=server.createobject("adodb.recordset")
rs.open"select * from vote",conn,1,1
subject=rs("subject")
xm1=rs("xm1")
xm2=rs("xm2")
xm3=rs("xm3")
xm4=rs("xm4")
xm5=rs("xm5")
rs.close
set rs=nothing
if request("act")="save" then
set rsv=server.createobject("adodb.recordset")
rsv.open"select * from vote",conn,1,3
vote=split(rsv("vote"),",")
if request.form("xm1")="" then
vote(0)=vote(0)
elseif request.form("xm1")="1" then
vote(0)=vote(0)+1
rsv("all")=rsv("all")+1
end if
if request.form("xm2")="" then
vote(1)=vote(1)
elseif request.form("xm2")="1" then
vote(1)=vote(1)+1
rsv("all")=rsv("all")+1
end if
if request.form("xm3")="" then
vote(2)=vote(2)
elseif request.form("xm3")="1" then
vote(2)=vote(2)+1
rsv("all")=rsv("all")+1
end if
if request.form("xm4")="" then
vote(3)=vote(3)
elseif request.form("xm4")="1" then
vote(3)=vote(3)+1
rsv("all")=rsv("all")+1
end if
if request.form("xm5")="" then
vote(4)=vote(4)
elseif request.form("xm5")="1" then
vote(4)=vote(4)+1
rsv("all")=rsv("all")+1
end if
rsv("vote")=vote(0)&","&vote(1)&","&vote(2)&","&vote(3)&","&vote(4)&","
rsv.update
rsv.close
set rsv=nothing
end if
%>
<div align="center">
<form name=form1 method=post action=?act=save>
<table width="80%" border="1" cellpadding="1" cellspacing="1">
<tr>
<td align="center">在线投票</td>
</tr>
<tr><td align="center"><%=subject%></td></tr>
<%if xm1<>"" then%>
<tr><td><input type=checkbox name=xm1 value=1><%=xm1%></td></tr>
<%end if%>
<%if xm2<>"" then%>
<tr><td><input type=checkbox name=xm2 value=1><%=xm2%></td></tr>
<%end if%>
<%if xm3<>"" then%>
<tr><td><input type=checkbox name=xm3 value=1><%=xm3%></td></tr>
<%end if%>
<%if xm4<>"" then%>
<tr><td><input type=checkbox name=xm4 value=1><%=xm4%></td></tr>
<%end if%>
<%if xm5<>"" then%>
<tr><td><input type=checkbox name=xm5 value=1><%=xm5%></td></tr>
<%end if%>
<tr align="center"><td>
<input type=submit name=submit value="投票">
<input type=button name=manage value="查看结果" onClick="location.href='view.asp'">
<input type=button name=manage value="管理投票" onClick="location.href='login.asp'">
</td></tr>
</table>
</form>
</div>
</body>
</html>
这段代码哪儿编错了,我找了很久,浏览时还是显示网页有问题,没办法了
顶端 Posted: 2007-04-12 21:41 | [楼 主]
我来我网·5come5 Forum » 程序员之家

Total 0.007394(s) query 6, Time now is:11-23 19:07, Gzip enabled
Powered by PHPWind v5.3, Localized by 5come5 Tech Team, 黔ICP备16009856号