📄 login.asp
字号:
<html>
<head>
<title>请先登录</title>
</head>
<body bgcolor="#99CCFF" onload=this.document.myform.username.focus();topmargin=0;>
<font color="#FFFFFF"></font><font color="#EBE9ED"></font>
<table width="944" border="0">
<tr>
<td colspan="3"><p align="center"><font color="#000066" size="9" face="楷体_GB2312"><strong>武汉吕杰钢铁有限公司</strong></font></p></td>
</tr>
<tr>
<td width="72"> </td>
<td width="789"><img src="images/3.jpg" alt="网络图片" width="789" height="152"></td>
<td width="69"> </td>
</tr>
<tr>
<td height="18">
<marquee>
</marquee></td>
<td><marquee>
<font face="宋体" color="#000066" size="4"><strong><em>诚信 优质 服务 进取</em></strong></font>
</marquee>
<strong> </strong></td>
<td> </td>
</tr>
</table>
<p>
<!--#include file="conn.asp"-->
<!--#include file="function.asp"-->
<script LANGUAGE="javascript">
function myform_onsubmit()
{
if(document.myform.username.value=="")
{
alert("用户名不能为空!");
document.myform.username.focus();
return false;
}
if(document.myform.password.value=="")
{
alert("密码不能为空!");
document.myform.password.focus();
return false;
}
if(document.myform.selStorage.value==0)
{
alert("请选择仓库!");
document.myform.selStorage.focus();
return false;
}
}
</script>
</p>
<form action="loginchk.asp" method="GET" name="myform" LANGUAGE="javascript" onSubmit="return myform_onsubmit()">
<p align="center"><font color="#000000" size="4" face="楷体_GB2312"><strong>请先登录</strong></font></p>
<table width="350" border=1 align="center" cellspacing="0" bordercolor="#666666">
<tr>
<td height="25" align=right nowrap><font color="#000000" size="2">用户名:</font></td>
<td height="25"><font color="#FF0000" size="2">
<input class=smallinput type=text name="username" style="width:200px; height:20px" value=<%=session("logname")%>>
</font></td></tr>
<tr>
<td height="25" align=right nowrap><font color="#000000" size="2">密 码:</font></td>
<td height="25"><font color="#FF0000" size="2">
<input class=smallinput type=password name="password" value="" style="width:200px ;height:20px">
</font></td></tr>
<tr>
<td height="25" align=right nowrap><font color="#000000" size="2">仓 库:</font></td>
<td height="25"><font color="#FF0000" size="2">
<%Showcangku%>
</font></td></tr>
<tr>
<td height="25" colspan="2" align=center><input class="buttonface" type="submit" value="登录" name="ok">
<font color="#FFFFFF">. </font>
<input class="buttonface" type="reset" value="重填" name="reset"></td></tr>
</table>
<p> </p><hr>
<p align="center"><font color="#333333">地址:武汉市青山区厂前钢材市场 联系方式:027-86388577 联系人:欧阳华</font></p>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -