%@ language=vbscript %> <% pagetitle = "products by category" %> <% 'on error resume next strparam = 2' request.querystring("catalogid") strsql = "select texts.*, catalogs.* from texts, catalogs " & _ " where texts.catalogid = catalogs.catalogid" & _ " and texts.catalogid = "&strparam& " order by productname" set conn = server.createobject("adodb.connection") conn.open constring set rsprodinfo = server.createobject("adodb.recordset") rsprodinfo.open strsql, conn %>
|
|
|
|
|
![]() |
||||||||||||||||||||