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

📄 login_big.asp

📁 企业进销存管理系统
💻 ASP
字号:
<script language="javascript">
function check(myform){
if (myform.username.value==""){
	alert("请输入操作员!");myform.username.focus();return;}
if(myform.PWD.value==""){
	alert("请输入密码!");myform.PWD.focus();return;}
	myform.submit();
}
 </script> 
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>登录界面</title>
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body style="background-color: #006699;">
<table width="100%" height="100%"  border="0" align="center" cellpadding="0" cellspacing="0">
  <tr><td valign="middle">
<table width="637" height="445"  border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td valign="top" background="images/login.JPG"><table width="100%"  border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="40%" height="103">&nbsp;</td>
        <td width="60%">&nbsp;</td>
      </tr>
      <tr>
        <td height="222">&nbsp;</td>
        <td><table width="100%" height="176"  border="0" cellpadding="0" cellspacing="0">
          <tr>
            <td width="40%" height="176">&nbsp;</td>
            <td width="51%" valign="middle">
              <form action="checklogin.asp" method="post" name="myform">
                <table width="100%" height="118" cellpadding="0" cellspacing="0">
                  <tr>
                    <td height="23" class="word_purple">请输入操作员姓名和密码:</td>
                  </tr>				
                  <tr>
                    <td height="41" class="word_purple">用户名:
                        <input name="username" type="text" id="username"></td>
                  </tr>
                  <tr>
                    <td height="33" class="word_purple">密&nbsp;&nbsp;码:
                        <input name="PWD" type="text" id="PWD"></td>
                  </tr>
                  <tr>
                    <td align="center" valign="middle"><input name="Submit3" type="button" class="btn_grey" value="确定" onClick="check(myform)">
&nbsp;
              <input name="Submit4" type="submit" class="btn_grey" value="取消"></td>
                  </tr>
                </table>
            </form></td>
            <td width="9%">&nbsp;</td>
          </tr>
        </table></td>
      </tr>
      <tr>
        <td height="95">&nbsp;</td>
        <td><table width="100%" height="87"  border="0" cellpadding="0" cellspacing="0">
          <tr>
            <td width="91%">本站请用IE4.0或以上版本浏览,800*600为最佳效果 <br>
              CopyRight 2005:吉林省明日科技有限公司<br>
  Email:mingri@mingrisoft.com <br>
  网址:http://www.mingrisoft.com &nbsp;http://www.cccxy.com </td>
            <td width="9%">&nbsp;</td>
          </tr>
        </table></td>
      </tr>
    </table></td>
  </tr>
</table>
</td>
  </tr></table>
</body>
</html>

⌨️ 快捷键说明

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