最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

如何顯示最后十名來訪者?

 更新時間:2006年11月16日 00:00:00   作者:  

<%
Application.Lock
IF NOT isArray( Application( "lastTen" ) ) THEN
  DIM dummy( 10, 3 )
  Application( "lastTen" ) = dummy

' 創(chuàng)建或者取得最近10Application數(shù)組.
END IF
  lastTen = Application( "lastTen" )
Application.UnLock

IF lastTen( 9, 0 ) <> "" THEN
FOR i = 0 TO 9
  lastTen( i, 0 ) = lastTen( i + 1, 0 )
  lastTen( i, 1 ) = lastTen( i + 1, 1 )
  lastTen( i, 2 ) = lastTen( i + 1, 2 )

' 在數(shù)組里向下移動每位來訪者.
NEXT
END IF

FOR i = 0 TO 9

' 添加新數(shù)組.
  IF lastTen( i, 0 ) = "" THEN
    lastTen( i, 0 ) = Request.ServerVariables( "REMOTE_ADDR" )
      lastTen( i, 1 ) = Request.ServerVariables( "HTTP_USER_AGENT" )
      lastTen( i, 2 ) = NOW()
    EXIT FOR
  END IF
NEXT

Application.Lock
Application( "lastTen" ) = lastTen
Application.UnLock

%>
<center>
<table bgcolor="#ccccc" cellspacing=0 cellpadding=3 border=1>
<tr bgcolor="lightyellow">
  <td>
來訪者</td>
  <td>IP
地址</td>
  <td>
瀏覽器</td>
  <td>
訪問時間</td>

' 顯示最后10名來訪者.
</tr>
<%
FOR i = 0 TO 9
IF lastTen( i, 0 ) <> "" THEN
%>
<tr>
  <td><small><%=i + 1%></small></td>
  <td><small><%=lastTen( i, 0 )%></small></td>
  <td><small><%=lastTen( i, 1 )%></small></td>
  <td><small><%=lastTen( i, 2 )%></small></td>
</tr>
<%
END IF
NEXT
%>
</table>

[1]

相關(guān)文章

最新評論

花莲县| 象山县| 广西| 墨脱县| 邳州市| 西乡县| 射阳县| 开封县| 汝阳县| 临泉县| 富阳市| 邢台市| 天全县| 饶河县| 天祝| 宝山区| 临猗县| 博白县| 逊克县| 瑞金市| 澳门| 鄄城县| 平和县| 墨玉县| 美姑县| 海宁市| 吉林省| 色达县| 静乐县| 万年县| 林芝县| 涿州市| 卫辉市| 上林县| 台北市| 盐源县| 吴旗县| 铜山县| 苍山县| 石楼县| 望都县|