跳转网页问题
这是我的login.jsp程序代码:
<%@ page language="java" contentType="text/html; charset=GB2312" pageEncoding="GB2312"%> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www. http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>登录学生信息管理系统 </title> <style type="text/css"> <!-- .STYLE1 { font-size: 36px; font-weight: bold; } --> </style> </head> <body bgcolor="" background="image\3.jpg"> <form name="form1" method="post" action="studentsList.jsp"> <table width="420" height="182" border="0" align="center" bgColor="#c0c0c0"> <caption> <span class="STYLE1"><br><br><br>登陆学生信息管理系统<br></span> </caption> <tr> <td width="166" bgColor="#808000"> 用户名:</td> <td width="318" bgColor="#808000"><input name="username" type="text" id="username"></td> </tr> <tr> <td bgColor="#808000"> 密码:</td> <td bgColor="#808000"><input name="password" type="password" id="password"></td> </tr> <tr> <td colspan="2" align="center" bgColor="#408080"><input type="submit" name="Submit" value="登录"> <input type="reset" name="Submit2" value="取消"></td> </tr> </table> </form> </body> </html>