shoppingok.jsp
来自「这是本人做的第一个JAVA网站,请大家多提意见」· JSP 代码 · 共 48 行
JSP
48 行
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<style type="text/css">
<!--
body {
margin-top: 0px;
}
.yc {
font-size: 12px;
}
.style2 {
font-size: 12px;
font-weight: bold;
color: #FF0000;
}
.style3 {color: #FF0000}
-->
</style></head>
<body>
<div align="center">
<table width="54%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="32"><div align="center"><img src="img/lostPassword_r1_c1.jpg" width="799" height="94"></div></td>
</tr>
<tr>
<td bgcolor="#84B6CE"><div align="center">
<p> </p>
<p> </p>
<p class="yc style3"><strong>恭喜,您选购的商品已经确定!</strong></p>
<p class="style2">系统自动生成了您选购商品的订单,我们会在24小时内给您答复!</p>
<p><a href="JavaScript:window.close()" class="yc">关闭窗口</a></p>
<p> </p>
</div></td>
</tr>
<tr>
<td><div align="center"><img src="img/admin_r3_c1.jpg" width="802" height="26"></div></td>
</tr>
</table>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?