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

📄 commitorder.jsp

📁 一个很好的网上商城系统
💻 JSP
字号:
<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-html" prefix="html" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
  	<html:base />
    <title>My JSP 'checkOK.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">
	-->
	<link rel="stylesheet" type="text/css" href="../../photo/css.css">
  </head>
  
  <body>
  	<jsp:include flush="true" page="head.jsp"></jsp:include>
     <form action="${pageContext.request.contextPath}/cartManage.do?method=commitOrder" method="post">
	     <table border="1" width="70%" align="center" cellspacing="0" cellpadding="10" bordercolor="#8000ff">
	     	<tr>
    			<td colspan="2" align="center"><h3>请选择</h3></td>
    		</tr>
	     	<tr>
	     		<td>送货方式:</td>
	     		<td>
	     			<select name="orderCarry">
	     			<option value="普通邮寄">普通邮寄</option>
	     			<option value="特快专递">特快专递</option>
	     			<option value="EMS专递">EMS专递</option>
	     			</select>
	     		</td>
	     	</tr>
	     	<tr>
	     		<td>付款方式:</td>
	     		<td>
	     			<select name="orderPay">
	     			<option value="银行付款">银行付款</option>
	     			<option value="现金支付">现金支付</option>
	     			<option value="邮政付款">邮政付款</option>
	     			</select>
	     		</td>
	     	</tr>
	     	<tr>
	     		<td></td><td><input type="submit" value="确定" name="submit"/></td>
	     	</tr>
	     </table>
	</form>
  </body>
</html>

⌨️ 快捷键说明

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