易截截图软件、单文件、免安装、纯绿色、仅160KB

jsp用户登录出错

index.jsp没有错
<form action=login.jsp name=form1 method=post>
<table align=center width="314" height="59">
<tr bgcolor="#ffffff">
<td class="tablerow" height="25" width="239" bgcolor="#c6efff">用户名称 </td>
<td class="tablerow" height="25" width="52" bgcolor="#c6efff">
<input name="username" type="text" id="username" size="17" maxlength="15">
</tr>
<tr bgcolor="#ffffff">
<td class="tablerow" height="25" width="239" bgcolor="#c6efff">用户密码 </td>
<td class="tablerow" height="25" width="526" bgcolor="#c6efff">
<input name="userpassword" type="password" size="17" maxlength="15">
</tr>
</table>
<input type="submit" value="登录" name="submit">
<input type="submit" value="注册" name="zhuce">
<%
Connection con;
Statement sql, sql2;
ResultSet rs, rs2;
try {
  Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
} catch (ClassNotFoundException e) {


相关问答:

jsp 中乱码的 - Java / Web 开发

我的开发的平台是Myeclipes6.0 + tomcat5.x + mysql
我所有的编码方式都是用的UTF-8 
我只用了Strtus框架
在一个form中如下用的是post的提交方式:
 <form class="form" action=&quo ......

JSP存入数据库

我是用STRUTS ,做了一个JSP页面,提交后没有存入数据库。
JSP代码如下:
aa.jsp代码
<%@ page contentType="text/html;charset=gb2312" language="java"%>
<%@ taglib uri=" ......

JSP 网页中如何去掉radio每个选项前的那个小圆圈

如题,我是用struts2做的网页,用了radio标签,每个选项前都有一个小圆圈,我需要把小圆圈去掉,单击字就好,被选中的选项背景变色。
就像大多数网站的分类检索,比如这个网站的那样的根据各种条件的实时搜索:
ht ......

救命啊!!JSP连接SQL2000问题!

各位大侠救命啊 !!
刚装了SQL2000 sp3
想用JSP连接数据库但是出现问题了
我用的是JDK6.0+tomcat5.0+SQL2000 SP3+JDBC sp3
它显示的是
javax.servlet.ServletException: [Microsoft][SQLServer 2000 Driver fo ......

关于jsp的一些小问题 - Web 开发 / JavaScript

我想用javabean实现计数
代码如下:
ComputerCount.java
package tom.jiafei;
import java.io.*;
public class ComputerCount{
  int number=0;
  boolean iscome=false;
  File file=new ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号