|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
ASP在国内异常流行,因为国内大多使用的是盗版的Windows和盗版的SQLServer,而ASP+COM+SQLServer实际上也是一种不错的搭配,其性能也不输于PHP+MYSQL,特别是Windows系统和SQLServer都有图形界面,比APACHE和MYSQL易于维护,因此对于不重视知识产权的国家来说也是一种不错的选择。编程|数据|数据库|收集怎样经由过程点击list控件中的某一列使它传送给一个修正的对话框
QQ:283989349E-mail:mjf150080@tom.com有成绩时,
我们能够经由过程http://www.hustc.mpc.cn这个论坛,
我的另外一个bloghttp://blog.csdn.net/ma88fa/
<!--#includefile="conn.asp"-->
<%
ifsession("admin")=""then
response.redirect"admin.asp"
else
ifsession("flag")>1then
response.write"<br><palign=center>您没有操纵的权限</p>"
response.end
endif
endif
dimrs,sql
%>
<html>
<head>
<title>用户办理</title>
<metahttp-equiv="Content-Type"content="text/html;charset=gb2312">
<linkhref="style.CSS"rel="stylesheet"type="text/css">
</head>
<%
Setrs=Server.CreateObject("Adodb.RecordSet")
sql="select*fromadminwhereflag>="&Session("flag")&"orderbyid"
rs.Opensql,conn,1,1
%>
<body>
<center>
<p>修正办理员信息|<ahref=adduser.asp>增添办理员</a></p>
<tablewidth="500"border="0"align="center"cellpadding="3"cellspacing="1"class="table">
<tralign="center"class="title">
<tdwidth="120">用户名</td>
<tdwidth="120">暗码</td>
<tdwidth="100">权限</td>
<tdwidth="130">操纵</td>
</tr>
</table>
<tablewidth="600"height="15"border="0"align="center"cellpadding="0"cellspacing="0">
<tr>
<td></td>
</tr>
</table>
<%whilenotrs.EOF%>
<%if(rs("flag")>Session("flag"))or(rs("username")=Session("admin"))then%>
<tablewidth="500"border="0"align="center"cellpadding="3"cellspacing="1"class="table">
<formmethod="post"action="saveuser.asp"style="margin:0">
<tralign="center">
<tdwidth="120"height="30">
<inputclass="input"type="text"name="manager"value="<%=rs("username")%>"size="12"></td>
<tdwidth="120"height="30">
<inputclass="input"type="password"name="newpin"value="<%=rs("password")%>"size="12"></td>
<tdwidth="100"height="30">
<%ifrs("flag")=1then%>
超等用户
<%endif%>
<%ifrs("flag")=2then%>
一般用户
<%endif%>
<%ifrs("flag")=3then%>
员工
<%endif%></td>
<tdwidth="130"height="30">
<inputclass="button"type="submit"name="Submit"value="修正">
<inputclass="button"type="submit"name="Submit"value="删除">
<inputtype="hidden"name="oldmanager"value="<%=rs("username")%>">
<inputtype="hidden"name="oldpin"value="<%=rs("password")%>"></td>
</tr></form>
</table>
<tablewidth="600"height="5"border="0"align="center"cellpadding="0"cellspacing="0">
<tr>
<td></td>
</tr>
</table>
<%else%>
<tablewidth="600"height="15"border="0"align="center"cellpadding="0"cellspacing="0">
<tr>
<td></td>
</tr>
</table>
<tablewidth="500"border="0"align="center"cellpadding="3"cellspacing="1"class="table">
</p>在实现ERP等高端的ASP应用时,用户需要提供核心的经营资料,需要ASP商有很高的信用度。楼上说交互性不好,太牵强了吧。在微软提供的一套框架中,利用asp做网站,开发效率高,使用人数少,减少不必要的开销。交互性是互动方式,是有开发人员决定的。 |
|