% id = request.querystring("id") ' The product ID set rs = server.CreateObject("ADODB.Recordset") sql = "SELECT * FROM Products WHERE prod_id=" & id rs.open sql,oconn if not rs.eof then description = rs("description") productImage = rs("productImage") productName = rs("productName") titleImage = rs("titleImage") meta_keywords = rs("meta_keywords") meta_description = rs("meta_description") productImage_alt = rs("productImage_alt") titleImage_alt = rs("titleImage_alt") catID = rs("cat_ID") end if rs.close set rs = nothing oconn.close if productName <> "" then pageTitle = productName else pageTitle = "EMC Global Technologies Products" end if if meta_keywords <> "" then response.write("" & vbCrLf) end if if meta_description <> "" then response.write("" & vbCrLf) end if %>
![]() |
|
|
||||||||||||||