|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
强大的可扩展性。ASP具有强大的扩展性,可以实现与多种网络、硬件设备的连接:通过专用的通讯线路远程接入企业;通过远程拨号服务器为远程拨号客户提供服务;通过WAP为移动电话互联网客户服务。<!--#includefile="DB.fun"-->
<%
mingcheng=request("mingcheng")
sec=Request("score")
session("mingcheng")=mingcheng
session("sec")=sec
Ifsession("ID")=""then
response.redirect"qzhuce.asp"
response.end
EndIf
dimtime1
sec=Request("score")
Setconn=GetMdbConnection("score.mdb")
time1=Cstr(date)
SQL2="select*frommmdwherenickname="&session("id")&""
Setzy2=Conn.Execute(SQL2)
old=zy2("mgdf")
response.writeold
zy2.close
ifcint(old)<=cint(sec)andcint(old)0then
SQL1="updatemmdsetmgdf="&old&",time1="&time1&"wherenickname="&session("id")&""
else
SQL1="updatemmdsetmgdf="&sec&",time1="&time1&"wherenickname="&session("id")&""
endif
Setzy1=Conn.Execute(SQL1)
zy1.close
%>
<HTML>
<HEAD>
<TITLE>m&ms</TITLE>
<METAHTTP-EQUIV="Content-Type"CONTENT="text/html;charset=gb2312">
</HEAD>
<BODYBGCOLOR=#FFFFFFmarginwidth=0marginheight=0leftmargin=0topmargin=0>
<OBJECTclassid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/Flash/swflash.cab#version=5,0,0,0"
WIDTH=550HEIGHT=400>
<paramname="_cx"value="14552">
<paramname="_cy"value="10583">
<paramname="Movie"value="/mms/search_score.swf?user=<%=session("id")%>&score=<%=sec%>">
<paramname="Src"value="/mms/search_score.swf?user=<%=session("id")%>&score=<%=sec%>">
<paramname="WMode"value="Window">
<paramname="Play"value="0">
<paramname="Loop"value="-1">
<paramname="Quality"value="High">
<paramname="SAlign"value>
<paramname="Menu"value="-1">
<paramname="Base"value>
<paramname="Scale"value="ShowAll">
<paramname="DeviceFont"value="0">
<paramname="EmbedMovie"value="0">
<paramname="BGColor"value>
<paramname="SWRemote"value><embedsrc=http://www.163design.net/a/y/"search_score.swf"quality="high"bgcolor="#FFFFFF"WIDTH="550"HEIGHT="400"YPE="application/x-shockwave-flash"PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
</OBJECT>
</body>
</html>
</p>由于ASP提供的是一对多的服务,所以用户的一些特殊需求很难得到满足。 |
|