<% 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,en_model,en_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) en_model = rs(6) en_content = rs(7) ca_Title = rs(8) end if %>

Home > Product > <%=model%>

<%=titleStr%>
<%=en_model%>

Product Details

<%=en_content%>

<% set Easp = nothing %>