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

📄 0022515e8345001c1e82be6cd01e78c9

📁 是一个网上手机超市
💻
字号:
<%@   page  language="java" pageEncoding="GBK"%>
<HTML>
<HEAD>
<TITLE>NWPU Online Shop</TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META content= 该网站为方便西工大教学职工,出售各类手机产品 name=description>
<META content=西北工业大学网上购物-手机系统 name=keywords>

</HEAD>
<BODY text=#000000 bgProperties=fixed leftMargin=0 background=images/background.jpg topMargin=0 onLoad="MM_preloadImages('IMAGES/skin8/dh-new.gif','IMAGES/skin8/dh-bbs.gif')">
<CENTER>
  <img src="images/title1.jpg" width="760" height="160">
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="760" height=70">
      <param name="movie" value="admin.swf">
      <param name="quality" value="high">
      <embed src="admin.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="600" height="50"></embed>
  </object>
<p>&nbsp;</p>
    <p>&nbsp;</p>
	<TABLE cellSpacing=0 cellPadding=0 width="75%" hight="90" align=center bgColor=#ffffff border=0>
  <TBODY>
  <TR>
    <TD class=index-td11 vAlign=top width=12 height=12><img src="images/index-img_11.gif" width="12" height="12" /></TD>
    <TD class=index-td09></TD>
    <TD class=index-td12 vAlign=top width=12 height=12><img src="images/index-img_12.gif" width="12" height="12" /></TD>
  </TR>
  <TR>
    <TD class=index-td11></TD>
    <TD vAlign=top>
      <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
        <TBODY>
        <TR>
          <TD align=middle width="9%"><img src= "images/ad_user_bu.gif"width="43" height="46" /></TD>
          <TD 
            width="91%">&nbsp;&nbsp;&nbsp;&nbsp;<span class="STYLE9">店主您好,在这里可以管理您的商品分类,添加、修改、删除等操作。<BR>
            &nbsp;&nbsp;&nbsp;&nbsp;</span></TD>
        </TR>
        <TR>
          <TD class=index-td16 align=middle colSpan=2 
      height=12></TD></TR></TBODY></TABLE><BR>
      <form name= form1 action="dealchange.jsp" method = "post" onsubmit="return chk();">
      <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
        <TBODY>
        <TR>
          <TD class=index-font01><img src="images/star.gif" width="30" height="30" /> <span class="STYLE9">修改商品列表商品名称</span></TD>
        </TR>
		</TBODY></TABLE>
      <TABLE class=index-td20 cellSpacing=3 cellPadding=3 width="100%" 
        border=0><TBODY>
        <TR>
          <TD width="38%" height="46" style="PADDING-LEFT: 10px"><span class="STYLE9"> 商品序列号:</span>&nbsp; <INPUT class=inputstyle id=_ctl0_name size=15 name="producItem" />  </TD>
         
          
        </TR></TBODY></TABLE>
      <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
        <TBODY><TR>
		
		<TD width="30%" height="46" style="PADDING-LEFT: 10px"><span class="STYLE9"> 增加商品数量:</span>&nbsp; <INPUT class=inputstyle id=_ctl0_quantity size=10 name="quantity" />  个</TD>
		
		
		</TR></TBODY></TABLE>
		 <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
        <TBODY><TR>
		
		<TD width="30%" height="46" style="PADDING-LEFT: 10px"><span class="STYLE9"> 商品价格:</span>&nbsp; <INPUT class=inputstyle id=_ctl0_price size=10 name="price" /> 元</TD>
	
		
		</TR></TBODY></TABLE>
		
		
		<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
        <TBODY><TR>
		
		
		<TD width="40%" height="46" style="PADDING-LEFT: 10px"><span class="STYLE9">  <p>
		  <INPUT class=INPUT01 id=_ctl0_submit onClick="return CloseButton();" type=submit value="确 认 修 改" name=_ctl0:submit>
		  &nbsp;&nbsp;<SPAN 
            class=index-font02></SPAN> </p>
		  <p>&nbsp;</p></TD>
		
		</TR></TBODY></TABLE>
		</form>
      <script language="javascript"> 
       function chk(){
       var productItem = form1.producItem.value;
       var price = form1.price.value;
       var quantity= form1.quantity.value;
       if(productItem.length==0){
        alert("对不起,商品序列号不能为空");
        document.form1.producItem.focus();
        return false;
       }else if(quantity.length==0){
       alert("对不起,商品数量不能为空");
        document.form1.quantity.focus();
        return false;
       }else if(price.length==0){
       alert("对不起,商品价格不能为空");
        document.form1.price.focus();
        return false;
       }else{
        var   i,j,strTemp;   
       strTemp="0123456789";   
      
	     for(i=0;i<productItem.length;i++)   
	      {   
	  	   j=strTemp.indexOf(productItem.charAt(i));   
		    if   (j==-1)   
		    {   
		     alert("对不起,商品价格全是数字");
		     form1.submit.disabled=true;
		     return false;
		    }   
	     }  
	     for(i=0;i<quantity.length;i++)   
	      {   
	  	   j=strTemp.indexOf(quantity.charAt(i));   
		    if   (j==-1)   
		    {   
		     alert("对不起,数量不全是数字");
		     form1.submit.disabled=true;
		     return false;
		    }   
	     }
	     return true;    
       
       }
       
       
       }
      </script>
           
  
    <td><div class="mainHead">
      <p>&nbsp;</p>
      <p>&nbsp;</p>
    </div>
		  <div class="mainHead"></div>
<div class="mainHead"></div>
</td>



<TABLE class=grayline cellSpacing=0 cellPadding=0 width=760 bgColor=#ffffff 
border=0 aling="center">
  <TBODY>
  <TR>
    <TD align=middle>
      <TABLE cellSpacing=1 cellPadding=0 width=720 align=center bgColor=#cccccc 
      border=0>
        <TBODY>
        <TR bgColor=#f1f1f1>
          <TD align=middle width="20%" height=22><B>关于我们</B></TD>
          <TD align=middle width="20%" height=22><B>购物指南</B></TD>
          <TD align=middle width="20%" height=22><B>服务保证</B></TD>
          <TD align=middle width="20%" height=22><B>客户服务</B></TD>
          <TD align=middle width="20%" height=22><B>其它说明</B></TD></TR>
        <TR bgColor=#ffffff>
          <TD align=middle height=23>&nbsp;<a href="关于我们.html">关于我们&nbsp;</a></TD>
          <TD align=middle height=23>&nbsp;<a href="新手上路.html">新手上路</a>&nbsp;</TD>
          <TD align=middle height=23>&nbsp;<a href="隐私保护.html">隐私保护</a>&nbsp;</TD>
          <TD align=middle height=23>&nbsp;<a href="会员中心.html">会员中心</a>&nbsp;</TD>
          <TD align=middle height=23>&nbsp;<a href="缺货登记.html">缺货登记</a>&nbsp;</TD>
        </TR>
        <TR bgColor=#ffffff>
          <TD align=middle height=23>&nbsp;<a href="网站动态.html">网站动态</a>&nbsp;</TD>
          <TD align=middle height=23>&nbsp;<a href="订购方式.html">定购方式&nbsp;</a></TD>
          <TD align=middle height=23><a href="服务保证.html">&nbsp;服务保证</a>&nbsp;</TD>
          <TD align=middle height=23>&nbsp;订单查询&nbsp;</TD>
          <TD align=middle height=23>&nbsp;投诉建议&nbsp;</TD>
        </TR>
        <TR bgColor=#ffffff>
          <TD align=middle height=23>&nbsp;<a href="常见问题.html">常见问题&nbsp;</a></TD>
          <TD align=middle height=23><a href="如何付款.html">&nbsp;如何付款&nbsp;</a></TD>
          <TD align=middle height=23>&nbsp;<a href="售后服务.html">售后服务</a>&nbsp;</TD>
          <TD align=middle height=23>&nbsp;汇款确认&nbsp;</TD>
          <TD align=middle height=23>&nbsp;<a href="友情链接.html">友情链接</a>&nbsp;</TD>
        </TR></TBODY></TABLE></TD></TR>
  <TR>
    <TD height=10></TD></TR></TBODY></TABLE>
<TABLE class=grayline cellSpacing=1 cellPadding=0 width=760 align=center bgColor=#ffffff border=0>
  <TBODY>
  <TR>
    <TD vAlign=center align=middle width=126 height=40><IMG height=31 
      alt=欢迎与本站交换友情链接 src="images/link.gif" 
      width=88 border=0></TD>
    <TD vAlign=center align=middle width=126 height=40><IMG height=31 
      alt=欢迎与本站交换友情链接 src="images/link.gif" 
      width=88 border=0></TD>
    <TD vAlign=center align=middle width=126 height=40><IMG height=31 
      alt=欢迎与本站交换友情链接 src="images/link.gif" 
      width=88 border=0></TD>
    <TD vAlign=center align=middle width=126 height=40><IMG height=31 
      alt=欢迎与本站交换友情链接 src="images/link.gif" 
      width=88 border=0></TD>
    <TD vAlign=center align=middle width=126 height=40><IMG height=31 
      alt=欢迎与本站互建友情链接 src="images/link.gif" 
      width=88 border=0></TD>
    <TD vAlign=center align=middle width=126 height=40><IMG height=31 
      alt=欢迎与本站交换友情链接 src="images/link.gif" 
      width=88 border=0></TD>
  </TR></TBODY></TABLE>
<TABLE class=grayline height=15 cellSpacing=0 cellPadding=0 width=760 
align=center bgColor=#ffffff 
background=images/botbg.gif border=0>
  <TBODY>
  <TR>
    <TD height=10></TD></TR></TBODY></TABLE>
<TABLE class=grayline cellSpacing=0 cellPadding=0 width=760 align=center 
bgColor=#ffffff background=images/backdown.gif 
border=0>
  <TBODY>
  <TR>
    <TD height=10></TD></TR>
  <TR>
    <TD align=middle>
      <P 
      align=center>Copyright&nbsp;&copy;&nbsp;2007&nbsp;-&nbsp;2008&nbsp;&nbsp;&nbsp;&nbsp;All&nbsp;Rights&nbsp;Reserved&nbsp;&nbsp;<BR>
      西北工业大学手机超市</P></TD>
    <TD vAlign=bottom width=30><A href="javascript:window.scroll(0,0);"><IMG 
      alt=回到页面顶部 src="images/backtop.gif" 
      border=0></A></TD></TR></TBODY></TABLE>
<SCRIPT language=javascript>
var online= new Array();
if (!document.layers)
document.write('<div id="divStayTopLeft" style="position:absolute">')
</SCRIPT>
</BODY></HTML>

⌨️ 快捷键说明

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