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

📄 004a4373878a001c1d4daa33ab73c5b4

📁 一个超市管理系统,提供一些基本简单的操作,JSP+APACHE+ORCALE实现
💻
字号:
<script language="JavaScript">
<!--
function Add()
{ 
  String[] products=new String[50]; 
  products[i]=document.form2.pro_id.value;
  i++;
}
// -->
</script> 
<%@ page language="java" contentType="text/html; charset=gb2312"
    pageEncoding="gb2312"%>
<!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>
</head>
<body>
<h1 align="center">退货管理</h1>
<hr>


<table align="center"width="500"border="1">
<tr>
  <form name="form2"method="post"action="sell_51.jsp">

  <P>
     商品编号:
     <input type="text"name="pro_id">
  </P>
  <input   type="button"   value="下一个"   onClick="Add();">   
  <p> 
     <input type="submit"name="submit"style="CURSOR: hand" value="提交" onClick="return CheckForm();">
      &nbsp; &nbsp;
     <input type="reset"name="reset"value="重置">
  </P>
  </form>
</tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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