<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%> <% id = Trim(Request.QueryString("EllaID")) set rs=server.createobject("adodb.recordset") rssql1="select * from Product where id=" & id rs.open rssql1,conn,1,3 if not(rs.eof and rs.bof) then %> Chun Fat (HK) Beauty Limited 進發(香港)謢膚品有限公司 | <%= Replace(rs("title"),"<br>","") %> <% end if rs.close set rs=nothing %>
<% id = Trim(Request.QueryString("EllaID")) set rsProduct=server.createobject("adodb.recordset") rssql="select * from Product where id=" & id rsProduct.open rssql,conn,1,3 if rsProduct.eof and rsProduct.bof then response.write"
還沒有添加產品
" else %>
<%= rsProduct("title") %>
<% if rsProduct("PhotoUrl4")="" then %> <% else %> " border="0"/> <% end if %>
<%= rsProduct("content") %>
<% end if %>