28,408
社区成员
发帖
与我相关
我的任务
分享server.execute("a.sp")<%session("a")=cint(session("a"))+1%>if clng(Session("PageIndex"))>1 then
Session("PageIndex")=clng(Session("PageIndex"))-1
ScriptName = Request.ServerVariables("SCRIPT_NAME") '取得当前页面文件名
Response.write("<script>location.href='"&geturl()&"'</script>")
Else
Session("PageIndex")=""'让它可以重来
End ifServer.Execute("a.asp")