uest.Form(strName)<>"" then KeepForm=KeepForm&"&"&strName&"="&Server.URLencode(Request.Form(strName)) end if removeList=removeList&","&strName Next KeepUrl="" For Each strName In Request.QueryString If not (InstrRev(","&removeList&",",","&strName&",", -1, 1)>0) Then KeepUrl = KeepUrl & "&" & strName & "=" & Server.URLencode(Request.QueryString(strName)) End If Next KeepMove=KeepForm&KeepUrl If (KeepMove <> "") Then KeepMove = Right(KeepMove, Len(KeepMove) - 1) KeepMove = Server.HTMLEncode(KeepMove) & "&" End If 'PageUrl = replace(Request.ServerVariables("URL"),"/Search.asp","/Search.html") & "?" & KeepMove & moveParam & "=" PageUrl = "?" & KeepMove & moveParam & "=" End Function
Function fPageCount(Page_Rs,showNumberLink_,nonLinkColor_,toF_,toP10_,toP1_,toN1_,toN10_,toL_,showMorePageGo_Type_,Page)
Dim This_Func_Get_Html_,toPage_,p_,sp2_,I,tpagecount Dim NaviLength,StartPage,EndPage
This_Func_Get 上一页 [1] [2] [3] [4] [5] [6] [7] [8] 下一页
|