|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
优点:简单易学、开发速度快、有很多年“历史”,能找到非常多别人做好的程序来用、配合activeX功能强大,很多php做不到的asp+activeX能做到,例如银行安全控件自动分开:leave.asp
<%
response.expires=0
sendid=session("userid")
ifsendid""then
chatdata=application("chatdata")
onliuser=application("onliuser")
ifchatdata(sendid,1)=request.servervariables("remote_addr")then考证用户IP地点
onliuser=replace(onliuser,","&chatdata(sendid,0)&"","")
fori=0to50
chatdata(i,4)=(chatdata(i,4)mod4)+4关照更新名单
next
chatdata(sendid,0)=""清空用户名
chatdata(sendid,1)=""清空Ip地点
chatdata(sendid,3)=""清空私聊内容
chatdata(sendid,4)=0清空权限和音乐开关及免打挠开关
chatdata(sendid,5)=""清空埋没名单
application.lock
application("chatdata")=chatdata
application("onliuser")=onliuser
application.unlock
endif
endif
session("userid")=""
response.redirect"login.asp"
functionfinduser(fuser)
reval=100
fori=0to99
ifchatdata(i,0)=fuserthen
reval=i
exitfor
endif
next
finduser=reval
endfunction
%>
主动分开:kickout.htm
<scriptlanguage="JavaScript">
<!--
if(self.parent.frames.length!=0)top.location=document.location.href;
//-->
</script>
<br><br><br><center><fontsize=5>你被这个谈天室的办理员踢出了本谈天室</font></center>
</p>在实现ERP等高端的ASP应用时,用户需要提供核心的经营资料,需要ASP商有很高的信用度。楼上说交互性不好,太牵强了吧。在微软提供的一套框架中,利用asp做网站,开发效率高,使用人数少,减少不必要的开销。交互性是互动方式,是有开发人员决定的。 |
|