您的位置:首页 > 编程语言 > ASP

asp+access做的选择题,如果网友选择后,怎么在数据库里面对应的加1

2017-03-17 06:24 405 查看
<form action="cl.asp" method="get">

  <p>1、你认为公司的服务很好吗?</p>

  <p>

    <input type="radio" name="vote1" value="1">

很好 

<input type="radio" name="vote1" value="2">

  一般 

  <input type="radio" name="vote1" value="3">

  不好</p>

  <p>1、你认为公司实力怎么样?</p>

  <p>

    <input type="radio" name="vote2" value="1">

实力很强 

<input type="radio" name="vote2" value="2">

  实力一般 

  <input type="radio" name="vote2" value="3">

  实力不行</p>

  <input type="button" value="提交">

</form>

数据处理页面该怎么写。。。。

还有,数据库应该有ID(自动编号),还应该有哪些字段,谢谢了。。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐