% server.Execute "/NoHACK1.asp" dim AID, rs, sql, NewsDetail ' 公告編號 AID = ReqNum(Request.QueryString("ID")) if AID <> "" then sql = "select * from ML_News where NewsID = " & AID else response.Redirect "/main.asp" response.End end if set rs = GetRecordset( sql ) if not (rs.BOF and rs.EOF) then NewsDetail = rs("NewsData") else NewsDetail = "" end if rs.close set rs = nothing %>
| <%=NewsDetail%> |