📄 goodsupdatesuccess.jsp
字号:
<%@page contentType="text/html; charset=gb2312"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>电子商城的后台</title>
</head>
<link href="css/css.css" rel="stylesheet" type="text/css">
<body>
<table width="755" height="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr valign="bottom">
<td height="108" colspan="2" background="image/banner1.jpg">
<div align="center">
<jsp:include page="../upTwo.jsp"/>
</div>
</td>
</tr>
<tr>
<td width="24%" height="318">
<jsp:include page="../../leftManager.jsp"/>
</td>
<td width="76%" bgcolor="#FFFFFF">
<div align="center">
<table width="99%" height="16" border="0" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#E6E6E6"><div align="center"><font color="#990000"><b></b></font></div></td>
</tr>
</table>
<%if(request.getAttribute("success")!=null)%>
<script language="javascript">alert('<%=request.getAttribute("success")%>');window.location.href='goodsAction.do?action=0';</script>
<br><br>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
</div>
</td>
<meta http-equiv="refresh" content="3;URL=goodsAction.do?action=0">
</tr>
<tr bgcolor="#FFFFFF">
<td height="60" colspan="2">
<p align="center">
<jsp:include page="../downNews.jsp"/>
</p>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -