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

用vbs模擬的一個asp的分頁顯示功能

 更新時間:2007年03月13日 00:00:00   作者:  
剛做完1個項目,閑的無聊,想改改自己HomePage,但沒有Asp權限,所以突發(fā)奇想,用vbs模擬了一個圖片分頁顯示功能!由于寫的是適合自己使用的功能,難免很多地方不是很完善!也請各位路過的提些意見,若有朋友正好想找類似的功能,或許可以幫助一下,另外,祝論壇的每一位朋友元旦快樂!
復制代碼 代碼如下:

<script language=VBS>
Function showINDEXPAGE()
         JS=1
         webPath=window.location
         Do until Left(webPATH,1)="#" or JS=len(window.location)
                  JS=JS+1
                  webPATH=Right(window.location,JS)

         Loop
         if JS=len(window.location) then showINDEXPAGE=1 else showINDEXPAGE=Replace(webPATH,"#","")
END Function

QZ=""              '需要顯示的圖像文件前綴
HZ=".gif"          '需要顯示的圖像文件后綴
theMAX=98          '最大顯示圖像個數(shù)
theSKIP=5          '每行顯示多少圖像個數(shù)
thePAGE=20         '每頁顯示多少圖像個數(shù)

theINDEX=int(theMAX/thePAGE)
if theMAX mod thePAGE <> 0 then theINDEX=theINDEX+1

for i=1 to theINDEX
    showINDEX="<a href=#"&i&" onclick=window.location.reload()>"&"["&i&"]"&"</a> "
    document.write showINDEX
next
document.write "<br><br><hr>"

if thePAGE=0 then thePAGE=theMAX
for i=1 to thePAGE
    theNUM=i+thePAGE*(showINDEXPAGE()-1)
    if theNum>theMAX then EXIT FOR
    if theNUM<10 then
       temp="<img src="&QZ&"00"&theNUM&HZ&"></img>"     
    else if theNum<100 then
            temp="<img src="&QZ&"0"&theNUM&HZ&"></img>"
         else
            temp="<img src="&QZ&theNUM&HZ&"></img>"
         end if
    end if
    document.write temp
    if theSKIP<>0 then if i mod theSKIP = 0 then document.write "<br>"
next

document.write "<hr><br><br>"
for i=1 to theINDEX
    showINDEX="<a href=#"&i&" onclick=window.location.reload()>"&"["&i&"]"&"</a> "
    document.write showINDEX
next
</script>


[Ctrl+A 全選 注:引入外部Js需再刷新一下頁面才能執(zhí)行]

另:
取得#后面的內容可以使用

replace(window.location.hash,"#","")

相關文章

最新評論

丽水市| 竹北市| 朝阳市| 尉犁县| 辽阳县| 唐河县| 汉川市| 安徽省| 报价| 当雄县| 策勒县| 泸西县| 万宁市| 军事| 凉山| 玛纳斯县| 河池市| 准格尔旗| 乌拉特前旗| 石棉县| 曲沃县| 江门市| 噶尔县| 榆中县| 青浦区| 汝州市| 随州市| 盐池县| 安顺市| 达孜县| 忻城县| 慈利县| 合山市| 长沙县| 金华市| 正镶白旗| 石楼县| 大理市| 若羌县| 金堂县| 兖州市|