<%@ page pageEncoding="utf-8" contentType="text/html; charset=utf-8"%> <html> <head> <title>登陆</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link rel="stylesheet" type="text/css" href="${pageContext.request.contextPath}/css/style.css" /> <script type="text/javascript" src="${pageContext.request.contextPath}/script/jquery.js"></script> <script type="text/javascript"> $(function(){ window.setTimeout(function(){ window.location.href="${pageContext.request.contextPath}/user/login.jsp"; }, 3000); }); </script> </head> <body> <div id="top_content"> <div id="header"> <div id="rightheader" style="text-align: center;"> <p> <%=new java.util.Date().toLocaleString()%> </p> </div> <div id="topheader" style="text-align: center;"> <h1 id="title"> <a href="#">登陆</a> </h1> </div> <div id="navigation"> </div> </div> <div id="content" style="text-align: center;"> <h1 style="font-size:20px; height: 100px; padding-top: 50px;">登陆失败!3秒跳转至登陆页面....</h1> </div> </div> </body>
延时3秒跳转错误页面
最新推荐文章于 2018-11-21 20:28:11 发布