📄 index.asp
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>祥星送货单打印系统</TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META http-equiv=expires content=no-cache><LINK href="img/style.css"
type=text/css rel=stylesheet>
<META http-equiv=formsize content=width=300,height=400>
<SCRIPT language=JavaScript>
function focu()
//第一次或刷新后的默认聚集控件
{
loginform.loginjobid.focus();
}
</SCRIPT>
<SCRIPT language=javascript>
function CheckForm() {
if (document.form1.name.value=="")
{
alert("会员账号不能为空!");
return false;
}
if (document.form1.pass.value=="")
{
alert("登陆密码不能为空!");
return false;
}
}
</SCRIPT>
<META content="MSHTML 6.00.2900.3268" name=GENERATOR>
<script language=javascript>
<!--
function CheckForm()
{
var name=document.loginform.name.value
if(name.length<1)
{
document.loginform.name.focus();
alert("帐号不能为空!")
return false;
}
var password=document.loginform.password.value
if(password.length<1)
{
document.loginform.password.focus();
alert("密码不能为空!")
return false;
}
}
-->
</script>
<BODY onselectstart="return false" oncut="return false;" onpaste="return false"
oncopy="return false;" bottomMargin=0 bgColor=#5a7edc leftMargin=0 topMargin=0
onload=focu() rightMargin=0 marginwidth="0" marginheight="0">
<DIV id=Layer2
style="Z-INDEX: 2; LEFT: 308px; WIDTH: 135px; POSITION: absolute; TOP: 118px; HEIGHT: 268px"></DIV>
<DIV id=Layer1
style="Z-INDEX: 1; LEFT: 457px; WIDTH: 501px; POSITION: absolute; TOP: 117px; HEIGHT: 63px"></DIV>
<SCRIPT src="img/mouse.js"></SCRIPT>
<CENTER id=center>
<TABLE height="100%" cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD vAlign=bottom bgColor=#00309c height=70>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD><IMG height=60 src="img/oa.gif" width=438>用户:admin
密码:admin <A href="http://www.Qc591.cn/">{返回首页}</A></TD>
<TD align=right><IMG height=60 src="img/oa-2.gif"
width=101></TD></TR></TBODY></TABLE></TD></TR>
<TR>
<TD height=20>
<TABLE height=20 cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD width=800 background=img/upline.jpg> </TD>
<TD bgColor=#00309c> </TD></TR></TBODY></TABLE></TD></TR>
<TR>
<TD>
<TABLE height="100%" cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD vAlign=center align=middle width="45%"><IMG height=260
src="img/LoginLogo_2.gif" width=299></TD>
<TD vAlign=center width=20><IMG height=260
src="img/centerline.jpg" width=20></TD>
<TD vAlign=center align=middle>
<FORM id=loginform name=loginform action=checklogin.asp method=post onSubmit="return CheckForm();">
<TABLE height=110 cellSpacing=0 cellPadding=0 width=400
background=img/key.gif border=0>
<TBODY>
<TR>
<TD width=84 height=20> </TD>
<TD vAlign=bottom width=187 height=20><FONT
color=#ffffff>工号(<U>N</U>)</FONT></TD>
<TD width=129 height=20> </TD></TR>
<TR>
<TD height=30> </TD>
<TD height=30><INPUT id=loginjobid
style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px"
accessKey=n maxLength=16 name=name><BR></TD>
<TD height=30> </TD></TR>
<TR>
<TD height=20> </TD>
<TD vAlign=bottom height=20><FONT
color=#ffffff>密码(<U>P</U>)</FONT></TD>
<TD height=20> </TD></TR>
<TR>
<TD height=30> </TD>
<TD height=30><INPUT id=password
style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px"
accessKey=p type=password maxLength=16 name=password>
</TD>
<TD vAlign=bottom height=30><INPUT
onmousedown="src='img/arrow_green_mousedown.JPG'"
onmouseover="src='img/arrow_green_mouseover.JPG'"
onmouseout="src='img/arrow_green_normal.JPG'" type=image
height=24 alt=登录 width=24
src="img/arrow_green_normal.jpg" > </TD></TR>
<TR>
<TD colSpan=3
height=10></TD></TR></TBODY></TABLE></FORM></TD></TR></TBODY></TABLE></TD></TR>
<TR>
<TD height=20>
<TABLE height=20 cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD width=800 background=img/downline.jpg> </TD>
<TD bgColor=#00309c> </TD></TR></TBODY></TABLE></TD></TR>
<TR>
<TD align=right bgColor=#00309c height=60><IMG height=20
src="img/copyright_2.gif"
width=311></TD></TR></TBODY></TABLE></CENTER></BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -