<% dim titleStr,contentStr id=Easp.Get("id") if Easp.IsN(id) then Response.Redirect("/") end if set rs = Easp.db.GRS("select top 1 [product].[id] as id,caId,model,groupPic,bigPath,content,ca_Title From [product],[bigCategory] where [product].[caId]=[bigCategory].[id] and product.id="&id) if Easp.Has(rs) then model = rs(2) groupPic = rs(3) bigPath = rs(4) content = rs(5) ca_Title = rs(6) end if %>

首页 > 产品展示 > <%=model%>

<%=titleStr%>
<%=model%>

产品详情

<%=content%>

<% set Easp = nothing %>