PC6下载站

分类分类

一个漂亮的点击计数器

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

<%@ Language=VBScript %>





<%



Set Conn = Server.CreateObject("ADODB.Connection")

Conn.Provider = "Microsoft.Jet.OLEDB.4.0"

Conn.ConnectionString = "Data Source=" & Server.MapPath ("db1.mdb")

Conn.Open

Set Rs = Server.CreateObject("ADODB.Recordset")

Rs.Open "SELECT * from table1", Conn, 1,3

Rs.addnew

rs.movelast

Rs("hits") =hits

Rs.update

%>





   

    

      

    

  
<%=RS( "counter" )%>

      




<%

set Rs = nothing

set Conn = nothing

%>








展开全部

相关文章

更多+相同厂商

热门推荐

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

    点击查看更多

      点击查看更多

        点击查看更多

        说两句网友评论

          我要评论...
          取消