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

📄 default.asp

📁 决策管理等模块
💻 ASP
字号:
<html>
<head>
<OBJECT id=gao type="application/x-oleobject" classid="clsid:adb880a6-d8ff-11cf-9377-00aa003b7a11"> 
<param name="Command" value="Close"> 
</object>
<meta http-equiv="Content-Type"content="text/html; charset=gb_2312-80">
<title>进销存管理系统</title>
<link rel="stylesheet" type="text/css" href="../data/forum.css">
</head>
<body onload=this.document.input.username.focus(); bgcolor="#FFFFFF" topmargin=0>
<!--#include file=../data/myPrg.asp-->
<%Showtitle("用户登录")%>
<script LANGUAGE="javascript">
<!--
function input_onsubmit(suboff) 
{
  if(document.input.username.value=="")
    {
      alert("请填写用户名!");
      document.input.username.focus();
      return false;
    }
  if(document.input.password.value=="")
    {
      alert("请输入密码!");
      document.input.password.focus();
      return false;
    }
    if (suboff == 1)
		{
		document.input.action ="loginchk.asp";
		document.input.submit();
    }
    return true;
    
}
function fullscr()
{
 var ffchat;
 if (input_onsubmit(2)){
 var hi;
 hi = document.input.password.value;
 document.input.password.value = "";
 setTimeout('gao.Click();', 3000);
 ffchat=window.open("loginchk.asp?username="+document.input.username.value+"&password="+hi,"hamie","Status=no,scrollbars=no,resizable=yes");
 ffchat.moveTo(0,0);
 ffchat.resizeTo(screen.availWidth,screen.availHeight);
 ffchat.outerWidth = screen.availWidth;
 ffchat.outerHeight = screen.availHeight;
 }
 }
//-->
</script>
<form action="loginchk.asp" method="POST" name="input">
<table align=center border="1" width="250" bgcolor="#F7FBFF"  bordercolorlight="#2F97FF" cellspacing="0" bordercolordark="#F0F8FF">
    <tr>
      <td  width="100%" bgcolor="#FAD185"><div align="center"><center><p><font color=blue><strong>用户登录</strong></font></td>
    </tr>
 <tr><td>
<table border=0>
    <tr><td nowrap align=right>用户名:</td><td><input class=smallinput type=text name="username" value='' maxlength=20  onkeydown="javascript:if(event.keyCode==13)event.keyCode=9"></td></tr>
    <tr><td nowrap align=right>密 码:</td><td><input class=smallinput type=password name="password" value="" maxlength=20 onkeydown="javascript:if(event.keyCode==13) input_onsubmit(1);"></td></tr>
        <tr><td align=center></td><td><br>
        <input class="buttonface" type="button" value="登录" name="ok" onclick="javascript:input_onsubmit(1)">   
        <input class="buttonface" type="button" value="全屏" name="full" onclick="javascript:fullscr()">
    </td></tr>
   </table>
  </td></tr>
</table>
</form>
<!--#include file="../data/copyright.asp"-->
</body>
</html>

⌨️ 快捷键说明

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