index.asp
上传用户:sking1122
上传日期:2020-09-24
资源大小:1005k
文件大小:5k
源码类别:

手机WAP编程

开发平台:

ASP/ASPX

  1. <html>
  2. <head>
  3. <title>管理员登录</title>
  4. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  5. <link rel="stylesheet" href="Admin_Style.css">
  6. <script language=javascript>
  7. <!--
  8. function SetFocus()
  9. {
  10. if (document.Login.UserName.value=="")
  11. document.Login.UserName.focus();
  12. else
  13. document.Login.UserName.select();
  14. }
  15. function CheckForm()
  16. {
  17. if(document.Login.UserName.value=="")
  18. {
  19. alert("请输入用户名!");
  20. document.Login.UserName.focus();
  21. return false;
  22. }
  23. if(document.Login.Password.value == "")
  24. {
  25. alert("请输入密码!");
  26. document.Login.Password.focus();
  27. return false;
  28. }
  29. }
  30. function CheckBrowser() 
  31. {
  32.   var app=navigator.appName;
  33.   var verStr=navigator.appVersion;
  34.   if (app.indexOf('Netscape') != -1) {
  35.     alert("你使用的是Netscape浏览器,可能会导致无法使用后台的部分功能。建议您使用 IE6.0 或以上版本。");
  36.   } 
  37.   else if (app.indexOf('Microsoft') != -1) {
  38.     if (verStr.indexOf("MSIE 3.0")!=-1 || verStr.indexOf("MSIE 4.0") != -1 || verStr.indexOf("MSIE 5.0") != -1 || verStr.indexOf("MSIE 5.1") != -1)
  39.       alert("您的浏览器版本太低,可能会导致无法使用后台的部分功能。建议您使用 IE6.0 或以上版本。");
  40.   }
  41. }
  42. //-->
  43. </script>
  44. <style type="text/css">
  45. <!--
  46. .STYLE1 {color: #FF0000}
  47. #Layer1 {
  48. position:absolute;
  49. left:649px;
  50. top:362px;
  51. width:478px;
  52. height:68px;
  53. z-index:1;
  54. }
  55. a:link {
  56. color: #FF0000;
  57. text-decoration: none;
  58. }
  59. a:visited {
  60. text-decoration: none;
  61. color: #FF0000;
  62. }
  63. a:hover {
  64. text-decoration: underline;
  65. color: #FF0000;
  66. }
  67. a:active {
  68. text-decoration: none;
  69. color: #FF00FF;
  70. }
  71. .STYLE6 {
  72. font-size: 18px;
  73. color: #0000FF;
  74. }
  75. -->
  76. </style>
  77. </head>
  78. <body bgcolor="#000000"  leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
  79. p建站系统
  80. <p>&nbsp;</p>
  81. <p>&nbsp;</p>
  82. <p><form name="Login" action="admin.asp" method="post" target="_parent" onSubmit="return CheckForm();">
  83.   <table width="100%"  border="0" align="left" cellpadding="0" cellspacing="0">
  84.     <tr>
  85.       <td width="125" height="39" background="Images/admin_login_2.gif"><img src="Images/admin_login_1.gif" width="125" height="39"></td>
  86.       <td background="Images/admin_login_2.gif">&nbsp;</td>
  87.       <td background="Images/admin_login_2.gif"><img src="Images/admin_login_3.gif" width="189" height="39"></td>
  88.       <td colspan="2" valign="bottom" background="Images/admin_login_2.gif"><MARQUEE scrollAmount=1 scrollDelay=4 width=300 align="left" onMouseOver="this.stop()" onMouseOut="this.start()">
  89.      <font color="#999999">欢迎您使用掌上校园-仿帝国系统!后台管理页面需要屏幕分辨率为</font> <font color="#FF9900"><strong>1024*768</strong></font> <font color="#999999">或以上才能达到最佳浏览效果!  需要浏览器为</font> <font color="#FF9900"><strong>IE5.5</strong></font> <font color="#999999">或以上版本才能正常运行!!!掌上校园精心整理收集于互联网!wap.cnscu.cn</font>      
  90.       </marquee></td>
  91.     </tr>
  92.     <tr>
  93.       <td width="125" height="166" background="Images/admin_login_45.gif">&nbsp;</td>
  94.       <td width="49" background="Images/admin_login_45.gif">&nbsp;</td>
  95.       <td width="204" background="Images/admin_login_45.gif"><span class="STYLE1">欢迎使用<span class="STYLE6"><a href="http://www.cnscu.cn" target="_blank">掌上校园</a></span>仿帝国系统!</span></td>
  96.       <td width="394" background="Images/admin_login_45.gif"> 
  97.         <table width="300" border="0" cellspacing="8" cellpadding="0">
  98.           <tr> 
  99.             <td align="right"><span class="Glow">用户名称:</span></td>
  100.             <td colspan="2"><input name="UserName"  type="text"  id="UserName4" maxlength="20" style="width:160px;border-style:solid;border-width:1;padding-left:4;padding-right:4;padding-top:1;padding-bottom:1" onMouseOver="this.style.background='#E1F4EE';" onMouseOut="this.style.background='#FFFFFF'" onFocus="this.select(); "></td>
  101.           </tr>
  102.           <tr> 
  103.             <td align="right"><span class="Glow">用户密码:</span></td>
  104.             <td colspan="2"><input name="Password"  type="password" maxlength="20" style="width:160px;border-style:solid;border-width:1;padding-left:4;padding-right:4;padding-top:1;padding-bottom:1" onMouseOver="this.style.background='#E1F4EE';" onMouseOut="this.style.background='#FFFFFF'" onFocus="this.select(); "></td>
  105.           </tr>
  106.           <tr> 
  107.             <td colspan="3"> <div align="center"> 
  108.                 <input   type="submit" name="Submit" value=" 确&nbsp;认 " style="font-size: 9pt; height: 19; width: 60; color: #000000; background-color: #E1F4EE; border: 1 solid #E1F4EE" onMouseOver ="this.style.backgroundColor='#ffffff'" onMouseOut ="this.style.backgroundColor='#E1F4EE'">
  109.                 &nbsp; 
  110.                 <input name="reset" type="reset"  id="reset" value=" 清&nbsp;除 " style="font-size: 9pt; height: 19; width: 60; color: #000000; background-color: #E1F4EE; border: 1 solid #E1F4EE" onMouseOver ="this.style.backgroundColor='#ffffff'" onMouseOut ="this.style.backgroundColor='#E1F4EE'">
  111.                 <br>
  112.               </div></td>
  113.           </tr>
  114.         </table>
  115.   </td>
  116.       <td width="271" background="Images/admin_login_45.gif">&nbsp;</td>
  117.     </tr>
  118.     <tr>
  119.       <td height="41" colspan="3" align="right" background="Images/admin_login_22.gif">.</td>
  120.       <td colspan="2" align="right" background="Images/admin_login_22.gif"><img src="Images/admin_login_5.gif" width="125" height="41"></td>
  121.     </tr>
  122.   </table>
  123. </p> <br>   
  124. </form>
  125. <script language="JavaScript" type="text/JavaScript">
  126. CheckBrowser();
  127. SetFocus(); 
  128. </script>
  129. </body>
  130. </html>