login.asp 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>无标题文档</title>
  6. <link href="login.css" type="text/css" rel="stylesheet" />
  7. <script>
  8. if (top.location !== self.location)
  9. {
  10. top.location=self.location;
  11. }
  12. </script>
  13. <script language="javascript">
  14. function LogChk(){
  15. if (document.theForm.UserName.value=="") {
  16. alert ("必须输入您的用户名!");
  17. return false;}
  18. if (document.theForm.PassWord.value=="") {
  19. alert ("必须输入您的密码!");
  20. return false;}
  21. if (document.theForm.NumCode.value=="") {
  22. alert ("必须输入您的验证码!");
  23. return false;}
  24. return true;
  25. }
  26. </script>
  27. <style type="text/css">
  28. <!--
  29. a:link {
  30. color: #0b4871;
  31. text-decoration: none;
  32. }
  33. a:visited {
  34. text-decoration: none;
  35. color: #0b4871;
  36. }
  37. a:hover {
  38. text-decoration: none;
  39. }
  40. a:active {
  41. text-decoration: none;
  42. color: #0b4871;
  43. }
  44. -->
  45. </style></head>
  46. <body>
  47. <div id="body">
  48. <table width="100%" border="0" cellspacing="0" cellpadding="0">
  49. <tr>
  50. <td><img src="images/logo_01.jpg" width="1000px" height="193" /></td>
  51. </tr>
  52. </table>
  53. <table width="100%" border="0" cellspacing="0" cellpadding="0">
  54. <tr>
  55. <td width="317" rowspan="4"><img src="images/logo_03.jpg" width="317" height="235" /></td>
  56. <td width="150" rowspan="4"><img src="images/logo_04.jpg" width="150" height="235" /></td>
  57. <td height="61px" colspan="3"><img src="images/logo_05.jpg" width="218" height="61" /></td>
  58. <td width="315" rowspan="4"><img src="images/logo_06.jpg" width="315" height="235" /></td>
  59. </tr>
  60. <form action="bdcommx/LogChk.asp" method="post" name="theForm" onsubmit="return LogChk()">
  61. <tr>
  62. <td height="107px" colspan="3" background="images/logo_07.jpg"><table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
  63. <tr>
  64. <td width="26%" align="right" valign="middle">用户名:</td>
  65. <td colspan="2"><label>
  66. <input name="UserName" type="text" id="UserName" class="input" maxlength="30" />
  67. </label></td>
  68. <td width="6%">&nbsp;</td>
  69. </tr>
  70. <tr>
  71. <td align="right" valign="middle">密&nbsp;&nbsp;码:</td>
  72. <td colspan="2"><label>
  73. <input name="PassWord" type="password" id="PassWord" size="10" maxlength="30" class="input"/>
  74. </label></td>
  75. <td>&nbsp;</td>
  76. </tr>
  77. <tr>
  78. <td align="right" valign="middle">验证码:</td>
  79. <td width="35%"><label>
  80. <input type="text" name="NumCode" id="NumCode" class="input1" / >
  81. </label></td>
  82. <td width="33%"><img name="" src="bdcommx/getcode.asp" alt="" /></td>
  83. <td>&nbsp;</td>
  84. </tr>
  85. </table></td>
  86. </tr>
  87. <tr >
  88. <td width="27" height="27px" background="images/logo_08.jpg"></td>
  89. <td width="81" background="images/logo_08.jpg"><input type="image" name="submit" src="images/denglu.png" onClick="return check();" ></td>
  90. <td width="110" background="images/logo_08.jpg" style="background-position:right"><input type="image" name="submit" src="images/quxiao.png" onclick="document.formName.reset()"></td>
  91. </tr></form>
  92. <tr>
  93. <td height="40px" colspan="3" align="center" background="images/logo_09.jpg">版权所有:<a href="http://www.xafch.com">西安凤巢网络</a></td>
  94. </tr>
  95. </table>
  96. <table width="100%" border="0" cellspacing="0" cellpadding="0">
  97. <tr>
  98. <td width="32%"><img src="images/logo_10.jpg" width="317" height="272" /></td>
  99. <td width="37%"><img src="images/logo_11.jpg" width="368" height="272" /></td>
  100. <td width="31%"><img src="images/logo_12.jpg" width="315" height="272" /></td>
  101. </tr>
  102. </table>
  103. </div>
  104. </body>
  105. </html>