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

📄 shopadressinsert.jsp

📁 是一个企业的进销存系统。账号问1001密码为123456
💻 JSP
字号:
<%@ page language="java"  pageEncoding="UTF-8"%>
<%String path = request.getContextPath(); %>
<head>
		<style type="text/css">
		.style1 {font-size: 12px}
        </style></head>
<body bgcolor="#F1F4F8">
 <%
  	if (session.getAttribute("yid")==null) {
	%>

	<script language=javascript>
   
    window.location.href="../erro.jsp";
    </script>
  <%} %>

<table width="640" height="430">
  <tr>
    <td width="640" height="30"><strong><span class="style3 style1"><font color="#CC33CC">----&gt;商品信息添加&lt;----</font></span></strong></td>
  </tr>
  <tr>
    <td width="640" height="25"><center class="style3 style1">
      <strong><font color="#CC33CC">
      <%
    if(session.getAttribute("erro")=="null"){
    %>
      带星号的必须填!!
      <% 
    session.removeAttribute("erro");
    }else if(session.getAttribute("erro")=="fal"){
    %>
      供应商信息添加失败!!
      <%
    session.removeAttribute("erro");
    }else if(session.getAttribute("erro")=="succ"){
    %>
      供应商信息添加成功!!
      <%
   session.removeAttribute("erro");
    }
     %>
      </font></strong>
    </center></td>
  </tr>
  <tr>
       <td width="640" height="325"><form action="<%=path%>/servlet/ShopAdressInsertServlet"  method="post" class="style1">
      <table width="370" height="236" align="center" bgcolor="#cccccc">
        <tr>
          <td width="109" bgcolor="#F1F4F8"><div align="right" class="style1">供应商编号:</div></td>
          <td width="249" bgcolor="#F1F4F8">  &nbsp; &nbsp; &nbsp; &nbsp;             <input name="gid" type="text" size="20">
            <span class="style5">*</span></td>
        </tr>
        <tr>
          <td bgcolor="#F1F4F8"><div align="right" class="style1">供应商电话:</div></td>
          <td bgcolor="#F1F4F8">    &nbsp; &nbsp; &nbsp; &nbsp;            <input name="gpho" type="text" size="20">
        </tr>
        <tr>
          <td bgcolor="#F1F4F8"><div align="right" class="style1">所属公司:</div></td>
          <td bgcolor="#F1F4F8">  &nbsp; &nbsp; &nbsp; &nbsp;  <input name="gfac" type="text" size="20"> 
        </tr>
        <tr>
          <td bgcolor="#F1F4F8"><div align="right" class="style1">供应商名称:</div></td>
          <td bgcolor="#F1F4F8">  &nbsp; &nbsp; &nbsp; &nbsp;              <input name="gname" type="text" size="20">       
     	<span class="style5">*</span></td>
        </tr>
        <tr>
          <td colspan="2" bgcolor="#F1F4F8">
            <div align="center">
              <input type="submit" name="Submit" value="提交">
			   &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
               <input type="reset" name="Submit2" value="重置">
            </div></td>
          </tr>
      </table>
    </form></td>
  </tr>
  <tr>
    <td width="640" height="50">&nbsp;</td>
  </tr>
</table>
</body>

⌨️ 快捷键说明

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