% call aspsql() id=11 title="title"&cstr(id) body="body"&cstr(id) Set rs = conn.Execute("select * from page") body2=rs(body) title=rs(title) set rs=nothing if body="" then response.redirect "index.asp" if trim(request("act"))="search" then select case trim(request("type")) case "新闻中心" response.Redirect "news.asp?title="&trim(request("keyword")) case "产品中心" response.Redirect "products.asp?keyword="&trim(request("keyword")) case "供求中心" response.Redirect "sellbuy.asp?title="&trim(request("keyword")) end select end if %>