?? success1.jsp
字號:
<%@ page contentType="text/html;charset=GB2312" %>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
String sucmsg="";
sucmsg=(String)session.getAttribute("SuccessMsg");
%>
<html>
<head>
<base href="<%=basePath%>">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
<META NAME="DESCRIPTION" CONTENT="">
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Window-target" CONTENT="_top">
<meta http-equiv="Page-Enter" content="blendTrans(Duration=0.5)">
<meta http-equiv="Page-Exit" content="blendTrans(Duration=0.5)">
<title>信息提示</title>
<link rel="stylesheet" href="common/css/style.css" type="text/css">
<style type="text/css">
<!--
.style1 {font-size: 18pt}
.style2 {
font-size: larger;
font-weight: bold;
}
-->
</style>
</head>
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" >
<form name="form1" method="post" action="">
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#EEEEEE">
<tr>
<td> </td>
</tr>
</table>
<table width="95%" border="0" cellspacing="2" cellpadding="0" align="center">
<tr>
<td class="toptd" align="center"> </td>
</tr>
<tr>
<td class="xxline"><img src="images/1px.gif" width="1" height="1"></td>
</tr>
<tr>
<td> </td>
</tr>
</table>
<table width="70%" border="0" cellspacing="0" cellpadding="0" align="center" height="150">
<tr>
<td width="150"><img src="images/pic_succe.gif" width="150" height="150"></td>
<td>
<table width="95%" border="0" cellspacing="2" cellpadding="0" align="center">
<tr>
<td align="center" class="titlefont1 style1">操作成功信息</td>
</tr>
<tr>
<td height="60" align="center" class="word style2"><%=sucmsg%></td>
</tr>
</table>
</td>
</tr>
</table>
<table width="95%" border="0" cellspacing="2" cellpadding="0" align="center">
<tr>
<td> </td>
</tr>
<tr>
<td class="xxline"><img src="images/1px.gif" width="1" height="1"></td>
</tr>
<tr>
<td class="toptd" align="center">
<table border="0" cellspacing="0" cellpadding="0" align="center">
<tr align="center">
<td width="100"> </td>
</tr>
</table>
</td>
</tr>
</table>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -