004a4373878a001c1d4daa33ab73c5b4

来自「一个超市管理系统,提供一些基本简单的操作,JSP+APACHE+ORCALE实现」· 代码 · 共 42 行

TXT
42
字号
<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 + =
减小字号Ctrl + -
显示快捷键?