%if request("bigid")<>"" then bigid=srequest(trim(request("bigid")),1) if isnumeric(bigid) then maxnum=conn.execute("select max(bigid) from fwlb")(0) if int(bigid) > int(maxnum) then response.Redirect("xwzx.html") response.End() else showname=conn.execute("select bigid,bigname from fwlb where bigid="&bigid&"")(1) bigname=conn.execute("select bigid,bigname from fwlb where bigid="&bigid&"")(1) end if else response.Redirect("xwzx.html") response.End() end if else showname="新聞中心" end if%>