|
放在这里:
Response.Write "<table width="&Application(BBSInfo&"MB")(1,0)&" align=center border=1 class=table0 style=""border-collapse: collapse""><tr><td height=25> <img src=images/sys/nav.gif> <a href=index.asp>论坛首页</a> → 搜索</td></tr></table>"
if islogin<>"Y" then
response.write "尚未登陆,请<a href=""login.asp"">登陆</a>"
response.end
end if
if mode="" or IsNumeric(mode)=false then mode=1 end if page=Request.QueryString("page") if IsNumeric(page)=false then page=1 else page=clng(page) end if if page="" or page<1 then page=1 end if
|