28,409
社区成员




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 if
Server.Execute("a.asp")