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

📄 sellerindex.jsp

📁 上学期软件工程作业,是一个自行车销售管理网站系统.
💻 JSP
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<%@ page language="java" contentType="text/html; charset=GB18030"
    pageEncoding="GB18030"%>
<meta http-equiv="Content-Type" content="text/html; charset=GB18030">
<title>AWC销售人员首页</title>

  <script language = "JavaScript">
		  function logins(){
		    var sellername = document.getElementById("sellerName").value;
		    var password = document.getElementById("password").value;
		    var checkcode = document.getElementById("checkcode").value;
		   if(sellername==""||password==""||checkcode==""){
		    alert("请输入完整登陆信息");
		  }
		  if(sellername!=""&&password!=""&&checkcode!="")
		   document.getElementById('signinform').submit();
		  }
		  
		  function unlogin(){
		  alert("请先登陆系统!");
		  }
		  </script>
<link href="../style.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src = "../script.js"></script>
</head>
<body>
<% session.removeAttribute("id"); %>

<div id="mainPane" style="border-style:solid; border-color:#003366; border-width:1px; ">

<div id="mainPane">
<table width="1000" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td colspan="8" id="topBar"/>
	<div >
	</div>
	</td>
    </tr>

  <tr id="guides">
    <td><img src="../images/t_top02.gif" width="18" height="36" alt="" /></td>
    <td><div  class="guide" id="guide1" onClick="unlogin()"><b>销售管理</b></div></td>
    <td><div  class="guide" id="guide2"onClick="unlogin()"><b>决策支持</b></div></td>
    <td><div  class="guide" id="guide3" onClick="unlogin()">评论信息</div></td>
    <td><div   class="guide" id="guide4" onClick="unlogin()"><b>个人信息</b></div></td>
    <td><div   class="guide" id="guide5" onClick="unlogin()"><b>退出系统</b></div></td>
    <td><img src="../images/t_top02-09.gif" width="19" height="36" alt="" /></td>
    <td>
	<form action="" method="get" >
	<table width="237" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td style="background:url(images/t_search1.gif) no-repeat;width:184px;height:36px;"></td>
        <td><input name="submit" type="submit" style="background:url(images/t_search2.gif);width:36px;height:36px;border:none;cursor:pointer;" value="" /></td>
        <td><img src="../images/t_search3.gif" width="17" height="36" alt="" /></td>
      </tr>
    </table>
	</form>
	</td>
    </tr>
</table>
</div>


<table border="0" cellspacing="0" cellpadding="0" style="margin-top:3px;">
  <tr>
    <td valign="top">
	<div>
		<table width="241" border="0" cellspacing="0" cellpadding="0" style="margin-left:8px">
 		 <tr>
   			 <td style="background:url(images/t_left_top1.gif);width:241px;height:30px;">&nbsp;&nbsp;&nbsp;&nbsp;登陆信息</td>
 		 </tr>
 		 <tr>
  			  <td style="background:url(images/t_left_body1.gif);width:241px;height:178px;">
			  <div id="loginDiv" style="width:238px; height:175px; background-color:#69AFE9">			  	  
			   <form name="signinform" action="s_m_designation.jsp" method = "post">
		  <table  bgcolor="#69AFE9" style="width:235px; margin-left:1px; margin-right:1px" border="1" id="signin">
		  <caption><b style='text-align:center; font-size:16px'>销售管理人员登陆</b><br />
		  </caption>
		  <tr>
		   <td align="right"><font size="3">用户名:</font></td>
		   <td align="left"><input type="text" name="sellerName" id="userName" style="width:150px"  /> </td>
		  <tr>
		   <td  height="20" align="right"> <font size="3">密&nbsp;&nbsp;码:</font></td>
		   <td align="left" ><input type="password"  name="password" id="password"  style="width:150px" /></td>		  
		  </tr>	
		   <tr>
		   <td  height="20" align="right"> <font size="3">验证码:</font></td>
		   <td align="left" >
		   <table cellpadding="0" cellspacing="0">
		   <tr><td style="width:85px" align="center"><input type="text"  name="checkcode" id="checkcode"  style="width:90px" /></td>
		   <td> <img style="width:65px; height:20px;cursor:pointer;"src="../Validate" onclick="this.src='../Validate'" /></td></tr>
		   </table>
		   </td>		  
		  </tr>	  
		  
		  <tr>
		  <td  colspan="2">	   
		  <table cellpadding="0" cellspacing="0">
		  <tr>
		
		  <td align="center" style="width:75px;"> <input name="signin"  type="button" id="signinbn" value="登陆" onClick = "logins()"/></td>
		  <td align="center" style="width:75px;"> <input name="cancel" type="reset" id="cancel" value="取消"/></td>
		  </tr>
		  </table>
		  
		  </td>		 
		  </tr>		
		  </table>			  	 
		  </form>	
		</div>
		</td>
 			 </tr>
		</table>
	<div style="margin-top:10px;">
		<table width="241" border="0" cellspacing="0" cellpadding="0" style="margin-left:8px">
 		 <tr>
   			 <td style="background:url(images/t_left_top2.gif);width:241px;height:30px;"></td>
 		 </tr>
 		 <tr>
  			<td style="background:url(images/t_left_body2.gif);width:241px;height:249px;"></td>
		 </tr>
		</table>
	</div>
	</div>
	</td>
    <td valign="top">
  
    <div id="productList" style="width:512px">
	</div>
    </td>
    <td valign="top">
	<div>
		<table width="230" border="0" cellspacing="0" cellpadding="0">
 		 <tr>
   			 <td style="background:url(images/t_right_top.gif);width:200px;height:23px;padding-left:30px;padding-top:7px;font-size:13px;">
			 公告信息
			 </td>
 		 </tr>
 		 <tr>
  			 <td style="background:url(images/t_right_body.gif);width:230px;height:223px;"> </td>
		  </tr>
		</table>
	</div>
	
	<div style="margin-top: 10px;">
		<table width="230" border="0" cellspacing="0" cellpadding="0">
 		 <tr>
   			 <td style="background:url(images/t_right_top.gif);width:200px;height:30px;padding-left:30px;padding-top:7px;font-size:13px;">
			 Connection
			 </td>
 		 </tr>
 		 <tr>
  			 <td style="background:url(images/t_right_body.gif) 0px -73px;width:230px;height:150px;"> </td>
		  </tr>
		</table>
	</div>
	</td>
  </tr>
</table>
<div id="bottom">版权所有 *****<br/>
推荐分辨率 1024*768 以上
</div>
</div>

</body>
</html>

⌨️ 快捷键说明

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