📄 validate.jsp
字号:
<%@ page language="java" %>
<%@ include file ="head.jsp" %>
<%
com.Error_mes error_mes =(com.Error_mes)request.getAttribute(Constants.ERROR_MES);
if(error_mes==null){
error_mes = new com.Error_mes();
error_mes.error_message = "<p><strong><a href=\"#\" onClick=\"goHist(-1)\" >Back</a></strong>";
}
%>
<script language=JavaScript1.2>
function goHist(a)
{
history.go(a);
}
function high(which2){
theobject=which2
highlighting=setInterval("highlightit(theobject)",50)
}
function low(which2){
clearInterval(highlighting)
which2.filters.alpha.opacity=20
}
function highlightit(cur2){
if (cur2.filters.alpha.opacity<100)
cur2.filters.alpha.opacity+=5
else if (window.highlighting)
clearInterval(highlighting)
}
</script>
<html>
<BODY>
<tr>
<td bgcolor="#999999"><img src="images/clear.gif" width="1" height="1" border="0"></td>
</tr>
<tr>
<td><table width="750" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td width="162"><jsp:include page="message.jsp" flush="true" /></td>
<td width="1" bgcolor="#999999"><img src="images/clear.gif" width="1" height="1" border="0"></td>
<td width="587" align="left" valign="top"><table width="585" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="150" background="images/com/validate.gif">
<p>
<object
codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0
height=145 width=321 border=0
classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000>
<param name="_cx" value="9737">
<param name="_cy" value="3201">
<param name="FlashVars" value="0">
<param name="Movie" value="style/star.swf">
<param name="Src" value="style/star.swf">
<param name="WMode" value="Transparent">
<param name="Play" value="0">
<param name="Loop" value="-1">
<param name="Quality" value="High">
<param name="SAlign" value>
<param name="Menu" value="-1">
<param name="Base" value>
<param name="AllowScriptAccess" value="always">
<param name="Scale" value="ShowAll">
<param name="DeviceFont" value="0">
<param name="EmbedMovie" value="0">
<param name="BGColor" value>
<param name="SWRemote" value>
<embed src="style/star.swf" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="321" height="145" wmode="transparent"></embed>
</object>
</p></td>
</tr>
<tr>
<td><table height="93" cellSpacing="0" cellPadding="0" width="95%" align="center" border="0">
<tbody>
<tr>
<td width="2" height="36"><img src="images/com/b/left_01.gif" border="0" width="2" height="36"></td>
<td align="middle" background="images/com/b/center_01.gif" height="35" width="720"><img onmouseover="this.style.filter='alpha(opacity=100)';high(this);" style="FILTER: gray" onmouseout="low(this);this.style.filter='gray'" src="images/com/b/ding5.gif" align="left" border="0" width="25" height="36"></td>
<td width="5" height="36"><img src="images/com/b/right_01.gif" border="0" width="5" height="36"></td>
</tr>
<tr>
<td width="2" background="images/com/b/left_02.gif"><font size="2"><img height="1" src="images/com/b/left_02.gif" width="2" border="0"></font></td>
<td class="table2" align="middle" width="720"><table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="100%"><table>
<tr>
<td width="612" align="middle"><span class="style2"><html:errors/></span>
<p class="style2"><%=error_mes.error_message%></p>
</td>
</tr>
<tr>
<td align="middle"><table border="0" width="100%">
<tr>
<td width="50%"><p align="center"></td>
<td width="50%"><p align="right"><img border="0" src="images/com/b/ic3.gif" width="50" height="49"></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
<tr>
<td width="100%"></td>
</tr>
</table></td>
<td width="5" background="images/com/b/right_02.gif"><font size="2"><img src="images/com/b/right_02.gif" border="0" width="5" height="1"></font></td>
</tr>
<tr>
<td width="2" height="5"><img src="images/com/b/left_03.gif" border="0" width="2" height="5"></td>
<td background="images/com/b/center_03.gif" height="5" width="720"><img src="images/com/b/center_03.gif" border="0" width="1" height="5"></td>
<td width="5" height="5"><img src="images/com/b/right_03.gif" border="0" width="5" height="5"></td>
</tr>
</tbody>
</table></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -