📄 default.asp
字号:
<%
'#################################################################
'# 兄弟资源网仓库管理 ver.2001
'#
'# 版权所有: 兄弟资源网
'#
'# 制作人 : 江湖兄弟
'#
'# 主页地址: http://soft.51dns.net/ 兄弟资源网
'#
'#################################################################
'#【版权声明】
'#
'# 本软体为共享软体(shareware)提供个人网站免费使用,请勿非法修改,
'# 转载,散播,或用于其他图利行为,并请勿删除版权声明。
'# 如果您的网站正式起用了这个脚本,请您通知我们,以便我们能够知晓!
'# 如果可能,请在您的网站做上我们的链接,希望能给予合作。谢谢!
'#################################################################
'# 请您尊重我们的劳动和版权,不要删除以上的版权声明部分,谢谢合作
'# 如有任何问题请到我们的论坛告诉我们
'#################################################################
%>
<html>
<head>
<title>兄弟资源网仓库管理系统</title>
<link rel="stylesheet" type="text/css" href="forum.css">
</head>
<body onload=this.document.input.username.focus(); bgcolor="#FFFFFF" topmargin=0>
<!--#include file="opendb.inc"-->
<!--#include file=myPrg.asp-->
<%Showtitle("用户登录")%>
<script LANGUAGE="javascript">
<!--
function input_onsubmit()
{
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(document.input.selStorage.value==0)
{
alert("请选择仓库!")
document.input.selStorage.focus()
return false
}
}
//-->
</script>
<form action="loginchk.asp" method="POST" name="input" LANGUAGE="javascript" onsubmit="return input_onsubmit()">
<table align=center border="1" width="273" bgcolor="#F7FBFF" bordercolorlight="#2F97FF" cellspacing="0" bordercolordark="#F0F8FF">
<tr>
<td width="100%" bgcolor="#FAD185"><div align="center"><center>
<p align="center"><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=<%=session("logname")%>></td></tr>
<tr><td nowrap align=right>密 码:</td><td><input class=smallinput type=password name="password" value=""></td></tr>
<tr><td nowrap align=right>仓 库:</td><td>
<%ShowStorage%>
</td></tr>
<tr><td align=center></td><td><br>
<input class="buttonface" type="submit" value="登录" name="ok">
<input class="buttonface" type="reset" value="清除" name="reset">
</td></tr>
</table>
</td></tr>
</table>
</form>
<!--#include file="copyright.asp"-->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -