| <%If request.querystring("t") <>"" then
Session("slideno") = 0
End if
Select Case (request.querystring("b"))
Case "n"
If Session("slideno") = strtotslides then
Session("slideno") = strtotslides
Else
Session("slideno") = Session("slideno") + 1
End If
Case "p"
If Session("slideno") = 1 then
Session("slideno") = 1
Else
Session("slideno") = Session("slideno") - 1
End If
Case Else
If request.querystring("b") = "p" then
Else
If request.querystring("b") = "n" then
else
Session("tempReferer") = Request.ServerVariables("HTTP_REFERER")
End if
End If
If Session("slideno") >= strtotslides then
Session("slideno") = 1
Else
Session("slideno") = Session("slideno") + 1
End If
End Select%> |
|
|
<%select case session("slideno")
Case "1"
strText = ""
strTitle = ""
Case "2"
strText = ""
strTitle = ""
Case "3"
strText=""
strTitle = ""
Case "4"
strText= ""
strTitle = ""
Case "5"
strText= ""
strTitle = ""
Case "6"
strText= ""
strTitle = ""
Case "7"
strText= ""
Case "8"
strText= ""
Case "9"
strText= ""
Case "10"
strText= ""
Case "11"
strText= ""
Case "12"
strText= ""
Case "13"
strText= ""
Case "14"
strText= ""
Case "15"
strText= ""
Case "16"
strText= ""
Case "17"
strText= ""
Case "18"
strText= ""
Case "19"
strText= ""
Case "20"
strText= ""
Case "21"
strText= ""
Case "22"
strText= ""
Case "23"
strText= ""
Case "24"
strText= ""
Case "25"
strText= ""
strTitle = ""
Case Else
End Select%>
|