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

📄 c06c27739687001c12beb0debcbf3ce2

📁 一个超市管理系统,提供一些基本简单的操作,JSP+APACHE+ORCALE实现
💻
字号:
<script language="JavaScript">
<!--
function CheckForm()
{
  if(document.form3.pro_name.value=="")
  {
    alert("请输入供应商姓名");
    document.form3.pro_name.focus();
    return false;
  }
  if(document.form3.sex.value=="")
  {
    alert("请输入性别");
    document.form3.sex.focus();
    return false;
  }
}
// -->
</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>
<jsp:useBean id="login" scope="session" class="bb.login" />
<%if(login.loginsuccess==false)
  {
%>
<jsp:forward page="index.jsp"/>
<% 
  }
%>
<h1 align="center">供应商登记管理</h1>
<hr>
<table align="center"width="500"border="1">
<tr>
  <form name="form3"method="post"action="stock_31.jsp">

  <P>供应商姓名:   <input type="text"name="pro_name">
  </P>
  <p>性&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;别:
    <input type="radio"name="sex"value="m">
    <input type="radio"name="sex"value="f">
  </p>
  <p>住&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;址:&nbsp;&nbsp;&nbsp;&nbsp;
     <input type="text"name="address">
  </p>
  <p>电&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;话:
    <input type="text"name="phone">   
  </p>
  <p>&nbsp;&nbsp;&nbsp;&nbsp;email:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
     <input type="text"name="email">   
  </p>
  <p>
  &nbsp;
  </P>
  <p> 
     <input type="submit"name="Submit"style="CURSOR: hand" value="提交" onClick="return CheckForm();">
      &nbsp; &nbsp;
     <input type="reset"name="Submit"value="重置">
  </P>
  </form>
</tr></body></html>

⌨️ 快捷键说明

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