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

📄 maijiadengru.jsp

📁 解压在c盘
💻 JSP
字号:
<%@ page contentType="text/html;charset=gb2312"%> 
<%@ page import="java.sql.*"%> 
<%

String maijianame=(String)session.getAttribute("maijianame");


%>

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
</head>

<body>
<table width="770" border="1" align="center">
  <tr>
    <th width="724" scope="col"><img src="../image/1.jpg" width="760" height="200" /></th>
  </tr>
</table>

	<table width="770" border="1" align="center">
  <tr>
    <th width="754" bgcolor="#A6BBFC" scope="col" ><marquee direction="left" scrollamount="1" scrolldelay="1" onMouseOver="this.stop();" onMouseOut="this.start();">
			<p>
			  <%if(maijianame==null || maijianame==""){%>
			          <font color="#330000">卖家您好!管理商品请先登录</font> <a href="zhuce3.html" >[新用户注册]</a>
	          <%}else{%>
			  <%=maijianame%> <font color="#330000">您好! 电子商务交易平台欢迎您!</font>
	          <%}%>
	  </p>
			<p>&nbsp;</p>
    </marquee></th>
  </tr>
</table>

    <table width="770" border="1" align="center">
      <tr>
        <th height="180" valign="top" bgcolor="#FFF8B0" >
          <%  if (maijianame==null || maijianame==""){%>
          <form name="form1" method="post" action="Login_U2.jsp">
            <table width="100%"  border="0" cellpadding="0" cellspacing="0">
                <tr>&nbsp;</tr>
				<tr>
                  <td width="94%" height="24"> <div align="center">会员名
                    <input name="username" type="text"  id="username" size="16">
                  </div></td>
                </tr>
                <tr>
                  <td height="24"><div align="center">密&nbsp;&nbsp;码
                    <input name="PWD" type="password"   size="16" >
                  </div></td>
                </tr>
				
                <tr>
                  <td height="31">
			
                    <div align="center">
					<input name="Button" type="button"  value="注册" onClick="window.location.href='zhuce3.htm'">
         
					&nbsp;
                    <input name="Submit2" type="submit"  value="登录" > 
					 <input name="Submit3" type="reset"  value="重置">
                    </div></td>
                </tr>
            </table>
			  <%}else{%>
			    
                <table width="100%"  border="1" cellpadding="0" cellspacing="0">
                  <tr>
                    <td width="94%" height="31" align="center" >[<%=maijianame%>]您好!<br>
                      您现在可以管理你的商品了!</td>
                   
                  </tr>
                  <tr>
                    <td height="24" align="center"><input name="Submit21" type="button"  value="修改资料" onClick="window.location.href='modifyMember2.jsp';">
					<input name="Submit31" type="button"  value="商品管理" onClick="window.location.href='goodsContral.jsp';">
					<input name="Submit3" type="button"  value="产品添加" onClick="window.location.href='zhuce2.html';">
					<input name="Submit32" type="button"  value="订单管理" onClick="window.location.href='ordermanage2.jsp';"></td>
                   
                  </tr>
                  <tr>
                  </tr>
                </table>
				
			<%}%>     
		</form>	    </th>
      </tr>
    </table>    
    <table width="770" border="1" align="center">
      <tr>
        <th background="../image/2.jpg" scope="col"><br>
		<p><a href="#"><font size="2">关于我们</font></a> 
		  <font size="2"> |                           
		    <a href=#  onclick="">加入收藏</a> | <a href=#  onClick="">设为首页</a> | <a href="#">请您留言</a><br><br>
	      电子商务交易平台&nbsp;  版权所有</font></p><br>
		</th>
      </tr>
    </table>          
    

       
</body>      
</html>           
           

⌨️ 快捷键说明

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