|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
在实现ERP等高端的ASP应用时,用户需要提供核心的经营资料,需要ASP商有很高的信用度。楼上说交互性不好,太牵强了吧。在微软提供的一套框架中,利用asp做网站,开发效率高,使用人数少,减少不必要的开销。交互性是互动方式,是有开发人员决定的。谈天室|源代码<%************************革新,上*****************************%>
<%new.asp%>
<html>
<head>
<metahttp-equiv="Content-Type"content="text/html;charset=gb2312">
<title>革新</title>
<metaname="GENERATOR"content="MicrosoftFrontPage3.0">
<metaname="MicrosoftTheme"content="none,default">
<metaname="MicrosoftBorder"content="none">
<basetarget="contents">
<%ifsession("ss_nowflag")=0then%>
<scriptlanguage="JavaScript"><!--
parent.location.href="default.asp"
//--></script>
<%endif%>
<%iftrim(request.form("b1"))""then%>
<scriptlanguage="JavaScript"><!--
parent.midleft.document.forms[0].acction.value="0"
//-->
</script>
<%endif%>
<script
language="JavaScript"><!--
functionrefr()
{
parent.bottom.location.href="new.asp";
returntrue;
}
functionwrite1(text1)
{
parent.topleft.document.write("<br>"+text1);
parent.topleft.window.scrollTo(1,60000);
returntrue;
}
setTimeout("refr()",5000);
//--></script>
<%ifrequest.form("b1")""then
sc_www=cstr(request.form("who"))
%>
<scriptlanguage="JavaScript"><!--
parent.midleft.location.href="say.asp?name=<%response.write(sc_www)%>";
//--></script>
<%endif%>
</head>
<body>
<%
dimsc_what,sc_color,sc_who1,sc_who2,sc_flag,sc_bq
dimsc_point,sc_usernum,sc_message,sc_user,sc_user1(30,8),sc_userout,sc_userout1(30,6)
dimsc_ff,sc_time,sc_time1,my_message,my_message1(50),my_point,my_usernum
ifsession("ss_nowflag")0then
全局变量
application.lock
sc_point=application("ap_point")
sc_message=application("ap_message")
sc_usernum=application("ap_usernum")
sc_user=application("ap_user")
sc_userout=application("ap_userout")
用户在线反省
fori=1to30
forj=1to8
sc_user1(i,j)=""
next
forj=1to6
sc_userout1(i,j)=""
next
next
sc_ff=0
j=0
sc_time=now
fori=1to30
iftrim(sc_user(i,1))=trim(session("ss_name"))then
sc_ff=1
sc_user(i,7)=cstr(now)
endif
iftrim(sc_user(i,1))""then
sc_time1=cdate(sc_user(i,7))
ifdatediff("s",sc_time1,sc_time)<61then
j=j+1
&nb</p>[1][2][3][4][5][6][7][8][9][10]下一页>>
ASP由于使用了COM组件所以它会变的十分强大,但是这样的强大由于WindowsNT系统最初的设计问题而会引发大量的安全问题。只要在这样的组件或是操作中一不注意,哪么外部攻击就可以取得相当高的权限而导致网站瘫痪或者数据丢失; |
|