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

📄 editgoods.jsp

📁 整个系统采用MVC开发模式
💻 JSP
字号:
<%@ page contentType="text/html; charset=GBK" language="java" import="java.sql.*" errorPage="" %>

<html>
<head>

<title>管理员首页</title>
<style type="text/css">
<!--
a:link {
	text-decoration: none;
	color: #000000;
}

a:visited {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
	color: #FF0000;
}

a {
	font-size: 10pt;
	color: #FF0000;
}

body,td,th {
	font-size: 10pt;
}
-->
</style>


</head>

<body>

<table width="1320" height="479" border="1">
  <tr>
    <td height="17" colspan="2">&nbsp;</td>
  </tr>
  <tr>
    <td height="66" ><div class=title>身份:管理员
	</div></td>
    <td align=center><h2>修改商品信息</h2></td>
  </tr>
  <tr>
    <td width="175"> <div class=title align=center>商品管理</div>
	  <ul>
  <li><a href="/AddCategory.jsp" target=_parent 
  name=addCategory>添加商品分类</a> </li>
  <li><a href="/AddProduct.jsp" target=_parent 
  name=addProduct>添加新商品</a></li>
  <li><a href="/ChangeProduct.jsp" target=_parent 
  name=changeproduct>修改商品信息</a></li>
  <li><a href="/DelProduct.jsp" target=_parent 
  name=delproduct>删除商品</a></li>
</ul>
<div class=title align=center>用户管理</div>
<ul>
  <li><a href="/ShopManager/UserInquire.jsp" target="_parent" 
  name=queryuser>查询用户信息</a></li>
  <li><a href="/ShopManager/UserDel.jsp" target="_parent" 
  name=deluser>删除用户</a>
   </li>
  </ul>
<div class=title align=center>订单管理</div>
<ul>
  <li><a href="/CheckOrder.jsp" target=_parent 
  name=mypostreview>查看订单</a></li>
  <li><a href="/DealOrder.jsp" target=_parent 
  name=mypostreview>处理订单</a></li></ul>

<div class=title align=center><input type="button" name="changepwd" value="修改密码"  onclick="window.open('ChangePwd.jsp','_self')" size=10/>&nbsp;
    <input type="button" name="quit" value="退出登陆"/></div></td>
    <td width="900" align=center><form action="" method="post">
				
				<table width="841" height="368" border="1" >
  <tr>
    <td rowspan="3" align=center><iframe id="ifrview" style="overflow:hidden;"
     name="ifrview" src="" height="160" frameborder="0" width="110" scrolling="no"></iframe></td>
    <td width="195" height="68">图书编号:<input type="text" name="bookid" value="" size=15/></td>
    <td width="194">图书名:<input type="text" name="bookname" value="" size=15/></td>
    <td >作者:<input type="text" name="author" value="" size=15/></td>
  </tr>
  <tr>
    <td height="67">版本:<input type="text" name="bookid" value="" size=15/></td>
    <td width="194">ISBN:<input type="text" name="bookid" value="" size=15/></td>
    <td >字数:<input type="text" name="bookid" value="" size=15/></td>
  </tr>
  <tr>
    <td height="81">页数:<input type="text" name="bookid" value="" size=15/></td>
    <td>包装:<input type="text" name="bookid" value="" size=15/></td>
    <td>库存:<input type="text" name="bookid" value="" size=15/></td>
  </tr>
  <tr>
    <td align=center><input type="submit" name="submit0" value="上传本地图片"/></td>
    <td height="69">商品类别:<input type="text" name="bookid" value="" size=15/></td>
    <td>&nbsp;</td>
    <td></td>
  </tr>
  <tr>
    <td height="69" colspan="4" align=center><input type="submit" name="submit" value=" 提交" />&nbsp;
    <input type="reset" name="reset" value="重置" /></td>
  </tr>
</table></form></td>
				
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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