- <%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
- <html>
- <head>
- <title>中转页</title>
- <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
- </head>
- <body onLoad="intro()">
- <script language="javascript">
- function intro(){
- window.location.href="login.jsp";
- }
- </script>
- </body>
- </html>