PC6下载站

分类分类

ASP实现播放Flash的例子

关注+2004-11-07作者:蓝点



<%

mingcheng=request("mingcheng")

sec=Request("score")

session("mingcheng")=mingcheng

session("sec")=sec

If session("ID")="" then

   response.redirect "qzhuce.asp"

   response.end

End If

dim time1

sec=Request("score")

Set conn = GetMdbConnection("score.mdb")

time1=Cstr(date)

SQL2="select * from mmd where nickname='"&session("id")&"'"

Set zy2 = Conn.Execute( SQL2 )

old = zy2("mgdf")

'response.write old

'zy2.close

if cint(old) <= cint(sec) and cint(old)<>0 then

    SQL1="update mmd set mgdf ="&old&",time1='"&time1&"' where nickname ='"&session("id")&"'"

else   

    SQL1="update mmd set mgdf ="&sec&",time1='"&time1&"' where nickname ='"&session("id")&"'"

end if

Set zy1 = Conn.Execute( SQL1 )

'zy1.close

%>





m&m's








codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"

WIDTH=550 HEIGHT=400>





&amp;score=<%=sec%>">

&amp;score=<%=sec%>">
































展开全部

相关文章

更多+相同厂商

热门推荐

  • 最新排行
  • 最热排行
  • 评分最高
排行榜

    点击查看更多

      点击查看更多

        点击查看更多

        说两句网友评论

          我要评论...
          取消