?? dingdanchakan.jsp~24~
字號:
<%@ page contentType="text/html; charset=GBK" %>
<jsp:useBean id="gouwuchecharu" scope="page" class="JavaBean.GouWuCheBean">
</jsp:useBean>
<%@page import="java.util.*" %>
<%@page import="ejb.GouWuCheInfoVo" %>
<html>
<head>
<title>
dingDanChaKan
</title>
</head>
<body bgcolor="#ffffff">
<%String a = (String)session.getAttribute("userCode");
Iterator it = gouwuchecharu.selectForUserCode(a).iterator();%>
訂單提交后,就可以刷新回到主頁面,查看與客服聯系,付款^。^<br /><br />
<table width="641" height="32" border="1">
<tr>
<td width="58"><div align="center">訂單號</div></td>
<td width="60"><div align="center">用戶ID</div></td>
<td width="96"><div align="center">產品序列號</div></td>
<td width="58"><div align="center">產品名</div></td>
<td width="77"><div align="center">產品型號</div></td>
<td width="85"><div align="center">產品價格/1</div></td>
<td width="52"><div align="center">數量</div></td>
<td width="60"><div align="center">支付</div></td>
<td width="37"><div align="center">刪除</div></td>
</tr>
</table>
<%while(it.hasNext()){GouWuCheInfoVo vo=(GouWuCheInfoVo)it.next();%>
<form name="form1" method="post" action="shanchuDingDan.jsp">
<table width="662" height="29" border="1">
<tr>
<td width="59"><div align="center">
<input type="text" name="dingDanHao" size="8" readOnly value="<%=vo.getDingDanHao()%>">
</div></td>
<td width="65"><div align="center">
<input type="text" name="userCode"size="8"readOnly value="<%=vo.getUserCode()%>">
</div></td>
<td width="92"><div align="center">
<input type="text" name="number"size="8"readOnly value="<%=vo.getNumber()%>">
</div></td>
<td width="56"><div align="center">
<input type="text" name="name"size="8"readOnly value="<%=a=new String(vo.getName().getBytes("8859_1"))%>">
</div></td>
<td width="79"><div align="center">
<input type="text" name="model"size="8"readOnly value="<%=vo.getModel()%>">
</div></td>
<td width="83"><div align="center">
<input type="text" name="price"size="8"readOnly value="<%=vo.getPrice()%>">
</div></td>
<td width="56"><div align="center">
<input type="text" name="count1"size="8"readOnly value="<%=vo.getCount1()%>">
</div></td>
<td width="56"><div align="center">
<input type="text" name="zhiFu"size="8"readOnly value="<%=a=new String(vo.getZhiFu().getBytes("8859_1"))%>">
</div></td>
<td width="58">
<div align="left">
<input type="submit" name="Submit" value="刪除">
</div></td>
</tr>
</table>
</form>
<p> </p><%}%>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -