📄 default.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>
<TABLE cellSpacing=0 cellPadding=0 width=760 align=center
bgColor="#ffffff" border=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="760" bgcolor="#01AD4B" bordercolorlight="#01AD4B" cellspacing="0" bordercolordark="#01AD4B">
<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><font color="#ffffff"><b>用户名:</font></td><td><input class=smallinput type=text name="username" value='' maxlength=18 onkeydown="javascript:if(event.keyCode==13)event.keyCode=9"></td></tr>
<tr><td nowrap align=right><font color="#ffffff"><b>密 码:</font></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()"> <font color="#000000">如果您忘记密码或用户名请打6022(外线8825527)联系我们!!
</td></tr>
</table>
</td></tr>
</table>
</form>
<br>
<TABLE cellSpacing=0 cellPadding=0 width=760 align=center
bgColor="#ffffff" border=0>
<!--#include file="../data/copyright.asp"-->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -