luntan_look_check.asp

来自「这是一个用ASP 做的论坛.值得研究一下. 最有趣的是,发帖支持 HTML 代」· ASP 代码 · 共 15 行

ASP
15
字号
 <% 
 if session("check")<>1 then
     tieid=request("id")
     tieid=cint(tieid)
	 session("tieid")=tieid
    response.Redirect("luntan_youke_look.asp")
 else
     tieid=request("id")
     tieid=cint(tieid)
	 'luntanid=request("luntanid")
	 'session("luntan1id")=luntanid
	 session("tieid2")=tieid
    response.Redirect("luntan_look.asp")
 end if
 %>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?