📄 sale.jsp
字号:
<html>
<%@ page contentType="text/html;charset=gb2312"%>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>销售管理信息系统</title>
</head>
<body>
<p align="center"><font size="7" color="#000080">销售管理信息系统</font></p>
<hr>
<%
String id=new String();
id=(String)session.getAttribute("id");
if(id==null)
{
response.sendRedirect("index.htm");
}
%>
<form method="POST" action="receive.jsp">
<input type="submit" value=" 收货信息 ">
</form>
<form method="POST" action="sell.jsp">
<input type="submit" value=" 销售信息 ">
</form>
<form method="POST" action="money.jsp">
<input type="submit" value=" 回款信息 ">
</form>
<form method="POST" action="refuse.jsp">
<input type="submit" value=" 退货信息 ">
</form>
<form method="POST" action="back.jsp">
<input type="submit" value=" 返厂信息 ">
</form>
<form method="POST" action="user.jsp">
<input type="submit" value=" 返回 ">
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -