主頁 > 知識庫 > 如何隨機顯示圖片計數(shù)器?

如何隨機顯示圖片計數(shù)器?

熱門標簽:推銷電話機器人怎么打電話的 武漢如何辦理400電話 重慶400電話哪里辦理 400電話是怎么申請 語音電銷機器人視頻 常州智能外呼電銷機器人如何 遼寧營銷智能外呼系統(tǒng)價格多少 自適應地圖標注 教育機構(gòu)地圖標注

count.asp
html
head
meta http-equiv="Content-Type"
content="text/html; charset=gb2312"

title>隨風起舞之千變計數(shù)器</title
/head
body
p
%
dim out
countfile=server.mappath("aspcount.txt")
set objfile=server.createobject("scripting.filesystemobject")

' 定義一個服務器組件.
set out=objfile.opentextfile(countfile,1,false,false)
counter=out.readline

' 讀取數(shù)據(jù).
out.close
set objfile=server.createobject("scripting.filesystemobject")
set out=objfile.createtextfile(countfile,trUE,FALSE)
application.lock

' 暫時鎖定.
counter=counter+1

' 訪客次數(shù)加1.
out.writeline(counter)

' 寫入數(shù)據(jù).
application.unlock

' 解鎖.
out.close
%

script language="javascript"
function countdisp(countvar){
var countvar1="000000"+countvar;

' 實現(xiàn)隨機顯示,不足6位以0補全.
var howFar1=countvar1.length;
countvar1=countvar1.substring(howFar1, howFar1-1)
var index=""+Math.floor(Math.random()*10);
if (index=="10"){
index="0"};
for (var icount=0;icount
6;icount++{
var g=countvar1.substring(icount,icount+1);
document.images[icount].src="http://
localhost/images/"+index+g+".gif";
}

/script></p
!--預載圖像數(shù)組--
您是第<img src="http://localhost/images/00.gif" height=20 width=20
img src="http://localhost/images/00.gif" height=20 width=20
img src="http://localhost/images/00.gif"height=20 width=20
img src="http://localhost/images/00.gif"height=20 width=20
img src="http://localhost/images/00.gif"height=20 width=20
img src="http://localhost/images/00.gif"height=20 width=20>位訪問者!
script language="javascript"
count(counter);

' 調(diào)用count()函數(shù),實現(xiàn)計數(shù)器的動態(tài)圖像顯示.
/script
/body
/html

[1]

標簽:柳州 雞西 威海 中山 朔州 襄陽 遵義 邯鄲

巨人網(wǎng)絡通訊聲明:本文標題《如何隨機顯示圖片計數(shù)器?》,本文關(guān)鍵詞  如何,隨機,顯示,圖片,計數(shù)器,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請?zhí)峁┫嚓P(guān)信息告之我們,我們將及時溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡,涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《如何隨機顯示圖片計數(shù)器?》相關(guān)的同類信息!
  • 本頁收集關(guān)于如何隨機顯示圖片計數(shù)器?的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章