listserch.jsp
来自「java + sqlserver2000编写的一个网上购书系统,实现了一些基本的」· JSP 代码 · 共 57 行
JSP
57 行
<%@ 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 {
background-image: url(../images/bg_1.jpg);
}
-->
</style>
</head>
<link href="../images/style.css" rel="stylesheet">
<script language="javascript">
<!--
function check(){
if(form1.subid.value==""){
alert("请输入你的订单号");
return false;
}
}
-->
</script>
<body>
<p>
</p>
<table width="380" height="100" border="1" align="center"
cellpadding="0" cellspacing="0" bordercolor="#66CCFF"
bgcolor="#AFE4F6">
<form action="query.jsp" name="form1" method="post">
<tr>
<td align="center" width="80">
订单号:
</td>
<td align="center" width="300" height="23">
<input name="subid" type="text" class="txt_grey" size="45">
</td>
</tr>
<tr align="center">
<td height="23" colspan="2">
<input name="Submit" type="submit" onClick="return check()"
value="提交">
<input name="Submit2" type="reset" value="重置">
<input name="Submit2" type="button" value="返回"
onclick="javascript:location.href='../logindindex.jsp';">
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?