Show successSubmit.jsp syntax highlighted
<%@page pageEncoding="GBK"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=GBK">
<title>success</title>
<LINK href="<%=request.getContextPath()%>/img/PowerStone.css" type="text/css" rel="stylesheet">
</head>
<body>
<table class="tableFrame" cellspacing="1">
<tr>
<td class="tdTitle">¶©µ¥Ìá½»³É¹¦£¬ÕýÔÚ´¦ÀíÖС¡</td>
</tr>
<tr>
<td class="tdContent">
<div align="center" class="SUCCESS">
<a href="<%=request.getContextPath()%>/">·µ»Ø</a>
</div>
</td>
</tr>
</table>
</body>
</html>
See more files for this project here