Java开发网 |
注册 |
登录 |
帮助 |
搜索 |
排行榜 |
发帖统计
|
您没有登录 |
» Java开发网 » Java SE 综合讨论区
打印话题 寄给朋友 订阅主题 |
作者 | 投票系统只记录票数不记录百分之求助??? |
SQL20000
发贴: 66 积分: 0 |
于 2003-08-06 13:47
共有两文件: vote.jsp ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; <%@ page contentType="text/html;charset=gb2312" language="java"%> <%@page import="java.sql.*"%> <%@include file="./include/config.inc.jsp"%> <%@include file="./global.jsp"%> <%@include file="./include/conn.jsp"%> <html> <body> <% StringBuffer nameList=new StringBuffer(); //Connection con=null; try { java.sql.Statement statement=conn.createStatement(); rs=statement.executeQuery("select * from people"); nameList.append("<form action=startvote.jsp method=post>"); nameList.append("<table border>"); nameList.append("<tr>"); nameList.append("<th width=100>"+"姓名"); nameList.append("<th width=50>"+"投票选择"); nameList.append("</tr>"); while (rs.next()) { //nameList.append("tr"); String name=rs.getString(1); nameList.append("<td>"+name+"</td>"); String s="<input type=radio name=name value="+name+" >"; nameList.append("<td>"+s+"</td>"); nameList.append("</tr>"); } nameList.append("</table>"); nameList.append("<input type=submit value=提交>"); nameList.append("</form>"); conn.close(); out.println(nameList); } catch(SQLException e1){} %> </bdoy> </html> ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
SQL20000 edited on 2003-08-06 13:51
致JAVA初学者+如何下手学JAVA |
话题树型展开 |
人气 | 标题 | 作者 | 字数 | 发贴时间 |
3912 | 投票系统只记录票数不记录百分之求助??? | SQL20000 | 1250 | 2003-08-06 13:47 |
3089 | 接上 | SQL20000 | 2348 | 2003-08-06 13:49 |
2994 | 接上 | SQL20000 | 108 | 2003-08-06 13:52 |
3141 | 接上 | SQL20000 | 624 | 2003-08-06 14:01 |
已读帖子 新的帖子 被删除的帖子 |
Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1 客服电话 18559299278 客服信箱 714923@qq.com 客服QQ 714923 |