?? deleteproducesuccess.jsp
字號:
<%@ page contentType="text/html; charset=gb2312" language="java" import="com.qrsx.buyflowers.beans.*,java.util.*,java.io.*" errorPage="error.jsp" %>
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
body {
background-color: #FFFFFF;
}
.style3 {color: #0000FF; font-size: 16px;}
.style10 {color: #FF0000}
-->
</style>
</head>
<jsp:useBean id="produceBean" class="com.qrsx.buyflowers.beans.AdminProduceBean" scope="page"/>
<body>
<%
String s=(String)request.getParameter("produceId");
//System.out.println(s+" #######");
if(s!=null)
{
produceBean.deleteProduce(s);
}
%>
<center>
<h1 class="style3"> </h1>
<p class="style3"> </p>
<p class="style3"> </p>
<p class="style3"> </p>
<p class="style3 style10">刪除成功!</p>
<p> </p>
<p> </p>
</center>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -