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
提交
取消