orderlogin.jsp
上传用户:xjrzjk
上传日期:2022-07-31
资源大小:1585k
文件大小:4k
源码类别:

Jsp/Servlet

开发平台:

Java

  1. <%@ page contentType="text/html; charset=GBK" %>
  2. <%
  3. try{
  4. %>
  5. <html>
  6. <head>
  7. <title>
  8. 会员登录
  9. </title>
  10. <link rel="stylesheet" type="text/css" href="style.css">
  11. <SCRIPT language=javascript id=clientEventHandlersJS>
  12. //函数名:chksafe
  13. //功能介绍:检查是否含有"'",'\',"/"
  14. //参数说明:要检查的字符串
  15. //返回值:0:是  1:不是
  16. function chksafe(a)
  17. {
  18. return 1;
  19. /* fibdn = new Array ("'" ,"\", "、", ",", ";", "/");
  20. i=fibdn.length;
  21. j=a.length;
  22. for (ii=0;ii<i;ii++)
  23. { for (jj=0;jj<j;jj++)
  24. { temp1=a.charAt(jj);
  25. temp2=fibdn[ii];
  26. if (tem';p1==temp2)
  27. { return 0; }
  28. }
  29. }
  30. return 1;
  31. */
  32. }
  33. //函数名:chkspc
  34. //功能介绍:检查是否含有空格
  35. //参数说明:要检查的字符串
  36. //返回值:0:是  1:不是
  37. function chkspc(a)
  38. {
  39. var i=a.length;
  40. var j = 0;
  41. var k = 0;
  42. while (k<i)
  43. {
  44. if (a.charAt(k) != " ")
  45. j = j+1;
  46. k = k+1;
  47. }
  48. if (j==0)
  49. {
  50. return 0;
  51. }
  52. if (i!=j)
  53. { return 2; }
  54. else
  55. {
  56. return 1;
  57. }
  58. }
  59. //函数名:fucCheckLength
  60. //功能介绍:检查字符串的长度
  61. //参数说明:要检查的字符串
  62. //返回值:长度值
  63. function fucCheckLength(strTemp)
  64. {
  65. var i,sum;
  66. sum=0;
  67. for(i=0;i<strTemp.length;i++)
  68. {
  69. if ((strTemp.charCodeAt(i)>=0) && (strTemp.charCodeAt(i)<=255))
  70. sum=sum+1;
  71. else
  72. sum=sum+2;
  73. }
  74. return sum;
  75. }
  76. </SCRIPT>
  77. <SCRIPT language=javascript>
  78. function chkitem(str)
  79. {
  80. var strSource ="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_";
  81.   var ch;
  82.   var i;
  83.   var temp;
  84.   for (i=0;i<=(str.length-1);i++)
  85.   {
  86.     ch = str.charAt(i);
  87.     temp = strSource.indexOf(ch);
  88.     if (temp==-1)
  89.     {
  90.      return 0;
  91.     }
  92.   }
  93.   if (strSource.indexOf(ch)==-1)
  94.   {
  95.     return 0;
  96.   }
  97.   else
  98.   {
  99.     return 1;
  100.   }
  101. }
  102. function FORM1_onsubmit()
  103. {
  104. if (chkitem(document.FORM1.uid.value)==0)
  105. {
  106. alert("请输入正确的会员帐号。");
  107. document.FORM1.uid.focus();
  108. return false;
  109. }
  110. if ((document.FORM1.uid.vlaue=='') || (chkspc(document.FORM1.uid.value)==0)|| (chkspc(document.FORM1.uid.value)==2))
  111. {
  112. alert("请将会员帐号填写完整,且不能使用空格!");
  113. document.FORM1.uid.focus();
  114. return false;
  115. }
  116. if (chkitem(document.FORM1.pwd.value)==0)
  117. {
  118. alert("请将填写密码!");
  119. document.FORM1.pwd.focus();
  120. return false;
  121. }
  122. if ( fucCheckLength(document.FORM1.uid.value) != document.FORM1.uid.value.length )
  123. {
  124. alert("会员帐号请不要使用中文!");
  125. document.FORM1.uid.focus();
  126. return false;
  127. }
  128. if (fucCheckLength(document.FORM1.uid.value) <4 )
  129. {
  130. alert("会员帐号必须至少4位");
  131. document.FORM1.uid.focus();
  132. return false;
  133. }
  134. }
  135. </SCRIPT>
  136. </head>
  137. <body bgcolor="#ffffff">
  138.       <BR><BR>
  139.       <FORM language=javascript name=FORM1 onsubmit="return FORM1_onsubmit()" action="orderloginsb.jsp" method=post>
  140.       <div align="center">
  141.         <center>
  142.       <TABLE cellSpacing=0 cellPadding=0 width=300>
  143.         <TBODY>
  144.         <TR>
  145.           <TD align=middle width="298">
  146.             <TABLE cellSpacing=1 cellPadding=4 width=271 bgColor=#416327>
  147.               <TBODY>
  148.               <TR vAlign=top bgColor=#eeeeee>
  149.                 <TD  colSpan=2 width="257">会员登录--</TD></TR>
  150.               <TR bgColor=#eeeeee>
  151.                 <TD  width=79 bgColor=#006699 height=7><SPAN
  152.                   ><font color="#FFFFFF">会员帐号:</font></SPAN></TD>
  153.                 <TD  width=166 height=7 bgcolor="#eeeeee"><font color="#FFFFFF"><INPUT maxLength=16 size=13
  154.                   name=uid> </font> </TD></TR>
  155.               <tr>
  156.                 <TD  width=79 bgColor=#006699 height=7><SPAN
  157.                   ><font color="#FFFFFF">会员密码:</font></SPAN></TD>
  158.                 <TD  width=166 height=7 bgcolor="#eeeeee"><font color="#FFFFFF"><INPUT maxLength=16 size=13
  159.                   name=pwd type="password"> </font> </TD>
  160.               </tr>
  161.               <TR vAlign=top bgColor=#eeeeee>
  162.                 <TD  colSpan=2 width="257"></TD></TR>
  163.               <TR bgColor=#eeeeee>
  164.                 <TD  colSpan=2 width="257">
  165.                   <DIV align=center><INPUT type=submit size=3 value=立刻登录 name=Submit2>
  166.                   <input type="button" value="注册" name="B1" onclick="window.location.href='Reg_User.htm';">
  167.                   </DIV></TD></TR></TBODY></TABLE>
  168.           </TD></TR></TBODY></TABLE></center>
  169.       </div>
  170.       <BR></FORM>
  171. </body>
  172. </html>
  173. <%
  174. }catch(Exception e){
  175.   throw (e);
  176. }
  177. %>