?? 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>
<!--#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 + -