?? commitorder.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 + -