asp+access做个程序要有添加删除修改源代码谢谢
asp+access做个程序要求有源代码就是asp操作access数据库,要求有增加删除修改的代码mydesign@yeah.net发了记得提醒QQ601146608...
asp+access做个程序要求有源代码
就是asp操作access数据库,要求有增加删除修改的代码
mydesign@yeah.net
发了记得提醒QQ601146608 展开
就是asp操作access数据库,要求有增加删除修改的代码
mydesign@yeah.net
发了记得提醒QQ601146608 展开
展开全部
退出
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
我有个实例程序
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
其他的源码给你发了,下面给你摘录新增的代码:
<%
if session("username")="" then
%>
<script language="javascript">
top.location.href="../index.asp"
</script>
<%
response.end
end if
%>
<!-- #include file="../conn.asp" -->
<html>
<head>
<title>新增页面</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style>
body {
background-color:#FFFFFF;
}
</style>
</HEAD>
<BODY>
<%if request("hid")="" then%>
<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#C4D8ED">
<tr>
<td> </td>
<td width="100%" background="../images/r_0.gif">
<table cellpadding="0" cellspacing="0" width="100%">
<tr>
<td> 增加管理员页面</td>
<td align="right"> </td>
</tr>
</table>
</td>
<td> </td>
</tr>
<tr>
<td></td>
<td>
<table align="center" cellpadding="4" cellspacing="1" class="toptable grid" border="1">
<form name="form2">
<input type="hidden" name="id" value="<%=request("id")%>">
<tr>
<td align="right" height="30">账号:</td>
<td class="category"><input type="text" name="username"></td>
</tr>
<tr>
<td align="right" height="30">密码:</td>
<td class="category"><input type="text" name="pwd"></td>
</tr>
<tr>
<td height="30"> </td>
<td class="category">
<input type="submit" value=" 确认增加 " class="button">
<input type="reset" value=" 重新填写 " class="button">
<input type="hidden" name="hid" value="ok">
</td>
</tr>
</form>
</table>
</td>
<td></td>
</tr>
<tr>
<td> </td>
<td></td>
<td> </td>
</tr>
</table>
<%
else
nowusername=request("username")
nowpwd=request("pwd")
set rs_jiancha=conn.execute("select * from admin where username='"&nowusername&"'")
if rs_jiancha.eof=false then
%>
<script language="javascript">
alert("账号 <%=nowusername%> 已经存在!")
window.history.go(-1)
</script>
<%
response.End
end if
set rs=server.createobject("ADODB.RecordSet")
sql="select * from admin"
rs.open sql,conn,1,3
rs.addnew
rs("username")=nowusername
rs("pwd")=nowpwd
rs.update
rs.close
%>
<script language="javascript">
alert("增加成功!")
window.location.href='main.asp'
</script>
<%
end if
%>
</body>
</html>
<%
if session("username")="" then
%>
<script language="javascript">
top.location.href="../index.asp"
</script>
<%
response.end
end if
%>
<!-- #include file="../conn.asp" -->
<html>
<head>
<title>新增页面</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style>
body {
background-color:#FFFFFF;
}
</style>
</HEAD>
<BODY>
<%if request("hid")="" then%>
<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#C4D8ED">
<tr>
<td> </td>
<td width="100%" background="../images/r_0.gif">
<table cellpadding="0" cellspacing="0" width="100%">
<tr>
<td> 增加管理员页面</td>
<td align="right"> </td>
</tr>
</table>
</td>
<td> </td>
</tr>
<tr>
<td></td>
<td>
<table align="center" cellpadding="4" cellspacing="1" class="toptable grid" border="1">
<form name="form2">
<input type="hidden" name="id" value="<%=request("id")%>">
<tr>
<td align="right" height="30">账号:</td>
<td class="category"><input type="text" name="username"></td>
</tr>
<tr>
<td align="right" height="30">密码:</td>
<td class="category"><input type="text" name="pwd"></td>
</tr>
<tr>
<td height="30"> </td>
<td class="category">
<input type="submit" value=" 确认增加 " class="button">
<input type="reset" value=" 重新填写 " class="button">
<input type="hidden" name="hid" value="ok">
</td>
</tr>
</form>
</table>
</td>
<td></td>
</tr>
<tr>
<td> </td>
<td></td>
<td> </td>
</tr>
</table>
<%
else
nowusername=request("username")
nowpwd=request("pwd")
set rs_jiancha=conn.execute("select * from admin where username='"&nowusername&"'")
if rs_jiancha.eof=false then
%>
<script language="javascript">
alert("账号 <%=nowusername%> 已经存在!")
window.history.go(-1)
</script>
<%
response.End
end if
set rs=server.createobject("ADODB.RecordSet")
sql="select * from admin"
rs.open sql,conn,1,3
rs.addnew
rs("username")=nowusername
rs("pwd")=nowpwd
rs.update
rs.close
%>
<script language="javascript">
alert("增加成功!")
window.location.href='main.asp'
</script>
<%
end if
%>
</body>
</html>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |