⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 productinput.jsp

📁 一个毕业设计网络招标系统实现了招标的业务逻辑内含了数据库sql server备份文件
💻 JSP
字号:
<%@ page language="java" import="java.util.*" pageEncoding="GB2312"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
String action = request.getParameter("action");
if(action==null)action="";

%>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <base href="<%=basePath%>">
    
    <title>My JSP 'productinput.jsp' starting page</title>
    
	<meta http-equiv="pragma" content="no-cache">
	<meta http-equiv="cache-control" content="no-cache">
	<meta http-equiv="expires" content="0">    
	<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
	<meta http-equiv="description" content="This is my page">
	<!--
	<link rel="stylesheet" type="text/css" href="styles.css">
	-->

  </head>
  
  <body bgcolor="#aac4ea"><iframe  height=0></iframe>
    <%if(action.equals("xgscuess")) {%>
   产品信息修改成功
   <meta http-equiv="refresh" content="3;URL=../xiugaiproduct.jsp"><br>
   3秒后返回!!!<br>
    <%} %>
    <%if(action.equals("xgerror")) {%>
    产品信息修改失败
	  <meta http-equiv="refresh" content="3;URL=../xiugaiproduct.jsp"><br>
   3秒后返回!!!<br>
    <%} %>
    <%if(action.equals("delscuess")){ %>
    产品删除成功<br>
  <meta http-equiv="refresh" content="3;URL=../xiugaiproduct.jsp"><br>
   3秒后返回!!!<br>
    <%} %>
    <%if(action.equals("delerror")){ %>
    产品删除失败
  <meta http-equiv="refresh" content="3;URL=../xiugaiproduct.jsp"><br>
   3秒后返回!!!
    <%} %>
  </body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -