login.html中定义为:<tr><td><img src="image/登录.gif" width="56" height="16" style=""> </td><td><input type=text name=ID size="15" ></td></tr><tr> valign="top"></td><td valign="top"></td></tr><tr><td width="56"><img src="image/注册.gif" width="56" height="16"></td><td width="113"><input type=password name=password size="15" ></td>在login。jsp中定义为String ID1=request.getParameter("ID");String password1=request.getParameter("password");用输出语句输出,发现ID1.,password1,值都为空?怎么回事?难道是因为我的那个跳转页面部分么是用的超链接,所以ID值没有传递?ps:按钮是图片,没有用表单中的按钮!<input type="password" name="password" size="15" >加了双引号还是不行!
添加回答
举报
0/150
提交
取消