<%
dim conn,str //定义变量
on error resume next //忽略错误,继续向下执行
str="PROVIDER=SQLOLEDB;DATA SOURCE=127.0.0.1;UID=sa;PWD=123456;DATABASE=kucun"
//设置服务器为本地服务器,用户名为sa,密码为123456,数据库为kucun
set conn=server.createobject("ADODB.CONNECTION") //创建连接对象
set rs=Server.CreateObject("ADODB.Recordset")
set rs2=Server.CreateObject("ADODB.Recordset")
set rs3=Server.CreateObject("ADODB.Recordset")//创建记录集对象 rs,rs2,rs3
if err then
err.clear
response.Write("数据库连接错误!")
else
conn.open str
if err then
err.clear
response.Write("数据库打开错误!")
end if
end if
%>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>请先登录</title>
</head>
<body onload=this.document.input.username.focus();topmargin=0>
<p> </p>
<p>
<!--#include file="conn.asp"-->
<!--#include file=function.asp-->
<script language="javascript"> //声明使用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 // 返回false
}
if (document.intput.selStorage.value==0)//如果用户没有选择仓库
{
alert("请选择仓库!") //提示“请选择仓库!”
document.input.selStorage.focus() //将光标定位到“请选择仓库”列表中
return false //返回false
}
}
</script>
</html>
</p>
<form action="loginchk.asp" method="POST" name="input" LANGUAGE="javascript" onSubmit="return input_onsubmit()" >
//加入一个表单,设置表单的执行文件是Loginchk.asp,传送方式为post
<p align="center"><font color="#0033ff" size="4" face="幼圆">
<strong>请先登录</strong></font></p>
<table width="350" border=1 align="center" cellspacing="0" bordercolor="#CCCC00">
<tr>
<td height="25" align=right nowrap><font color="#FF0000"size="2">用户名:</font></td>
<td height="25"><font color="#ff0000" size="2">
<input class=smallinput type=text name="username" value=<%=session("logname") %> > </font></td>
</tr>
<tr>
<td height="25"align=right nowrap><font color="#FF0000"size="2">密 码:</font></td>
</tr>
<tr>
<td height="25" align=right nowrap><font color="#FF0000" size="2">仓 库:</font></td>
<td height="25"><font color="FF0000" size="2">
<in%Showcangku%>//调用function.asp文件中显示当前仓库的函数
</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>
</form>
</body>
</html>
没有合适的资源?快使用搜索试试~ 我知道了~
仓库管理系统asp 仓库管理系统asp 仓库管理系统asp
共21个文件
aspx:6个
cs:6个
jpg:5个
5星 · 超过95%的资源 需积分: 45 48 下载量 60 浏览量
2011-07-05
14:46:29
上传
评论 1
收藏 2.13MB ZIP 举报
温馨提示
仓库管理系统asp 仓库管理系统asp 仓库管理系统asp 仓库管理系统asp
资源推荐
资源详情
资源评论
收起资源包目录
仓库管理系统asp.zip (21个子文件)
库存
kucun_log.ldf 1024KB
kucun.mdf 3MB
数据库连ASP.txt 3KB
仓库管理系统
Default.aspx 445B
出库管理.aspx.cs 956B
菜单界面.aspx 2KB
登录界面.aspx.cs 967B
查询管理.aspx 2KB
App_Data
出库管理.aspx 9KB
登录界面.aspx 3KB
资源
出库界面.jpg 154KB
查询管理.jpg 184KB
登陆界面.jpg 297KB
入库界面.jpg 168KB
菜单界面.jpg 294KB
入库管理.aspx 10KB
Web.Config 2KB
菜单界面.aspx.cs 788B
入库管理.aspx.cs 968B
查询管理.aspx.cs 538B
Default.aspx.cs 383B
共 21 条
- 1
资源评论
- zyq5633831082012-04-30代码很好 适合初学者
- yhtapmys2012-07-11实现一些仓管的基本功能
- wf6489593862012-03-16没有论文,只有代码,还运行不了
- piaopiaodepiao2012-05-31代码很好 适合初学者
x285548143
- 粉丝: 1
- 资源: 1
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功