欧美大屁股bbbbxxxx,狼人大香伊蕉国产www亚洲,男ji大巴进入女人的视频小说,男人把ji大巴放进女人免费视频,免费情侣作爱视频

歡迎來(lái)到入門(mén)教程網(wǎng)!

編程問(wèn)答

當(dāng)前位置:主頁(yè) > 網(wǎng)絡(luò)編程 > 編程問(wèn)答 >

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

來(lái)源:本站原創(chuàng)|時(shí)間:2020-01-11|欄目:編程問(wèn)答|點(diǎn)擊: 次

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

title>隨風(fēng)起舞之千變計(jì)數(shù)器</title
/head
body
p
%
dim out
countfile=server.mappath("aspcount.txt")
set objfile=server.createobject("scripting.filesystemobject")<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

' 定義一個(gè)服務(wù)器組件.
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

' 暫時(shí)鎖定.
counter=counter+1

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

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

' 解鎖.
out.close
%

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

' 實(shí)現(xiàn)隨機(jī)顯示,不足6位以0補(bǔ)全.
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
!--預(yù)載圖像數(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>位訪問(wèn)者!
script language="javascript"
count(counter);

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

[1]

上一篇:如何在網(wǎng)站中插播廣告?

欄    目:編程問(wèn)答

下一篇:如何做一個(gè)只搜索本網(wǎng)站的引擎?

本文標(biāo)題:如何隨機(jī)顯示圖片計(jì)數(shù)器?

本文地址:http://mengdiqiu.com.cn/a1/bianchengwenda/12075.html

網(wǎng)頁(yè)制作CMS教程網(wǎng)絡(luò)編程軟件編程腳本語(yǔ)言數(shù)據(jù)庫(kù)服務(wù)器

如果侵犯了您的權(quán)利,請(qǐng)與我們聯(lián)系,我們將在24小時(shí)內(nèi)進(jìn)行處理、任何非本站因素導(dǎo)致的法律后果,本站均不負(fù)任何責(zé)任。

聯(lián)系QQ:835971066 | 郵箱:835971066#qq.com(#換成@)

Copyright © 2002-2020 腳本教程網(wǎng) 版權(quán)所有