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

📄 selectpro.jsp

📁 商品管理系统
💻 JSP
字号:

<%@ page language="java" pageEncoding="gbk"%>

<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %>
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html" %>
<%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic" %>
<%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles" %>


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html:html lang="true">
  <head>
   <meta http-equiv="Content-Type" content="text/html; charset=gb2312"><style type="text/css">
<!--
body {
	background-image: url(img/08.gif);
}
-->

</style>
    
    <title>selectPro.jsp</title>
    
 
  </head>
  
  <body>
    <html:form method="post" action="/selectPro.do">
	<h2 align=center>具体查找商品信息</h2>
	<table align=center bgcolor=lightblue>
	<tr><td>商品标志:</td><td><html:text property="product_id"/></td></tr>
	
	 <tr><td>商品名称:</td><td><html:text property="product_name"/></td></tr>
	
	
	 <tr><td>商品价格:</td><td><html:text property="price" /></td></tr>
	
	 <tr><td>有效开始日期:</td><td><html:text property="start_date" /></td></tr>
		
	
	<tr><td>是否在首页显示</td>
	<td><html:select property="show_main">
     <html:option value=""> </html:option>
	 <html:option value="是">是</html:option>
     <html:option value="否">否</html:option>
	 </html:select></td>
	</tr>
	
	<tr><td>是否为推荐商品</td>
	<td><html:select property="show_command">
	 <html:option value=""> </html:option>
	 <html:option value="是">是</html:option>
     <html:option value="否">否</html:option>
	 </html:select></td>
	</tr>
	
	
	<tr><td align=right><html:submit value="确定" /></td><td align=left>
	<html:reset value="取消"/></td></tr>
	</table>
	</html:form>
	
	<h4 align=right><html:link action="/selectProduct.do">查看所有商品信息</html:link></h4>
	
	
	
  </body>
</html:html>

⌨️ 快捷键说明

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