<%=(CategoryRS.Fields.Item("TypeHeading").Value)%> |
||||||
|
%@LANGUAGE="JAVASCRIPT"%> <% var CategoryRS = Server.CreateObject("ADODB.Recordset"); CategoryRS.ActiveConnection = MM_hp_STRING; CategoryRS.Source = "SELECT * FROM Category, Type WHERE CatTypeID = 2 AND TypeID = 2"; CategoryRS.CursorType = 0; CategoryRS.CursorLocation = 2; CategoryRS.LockType = 1; CategoryRS.Open(); var CategoryRS_numRows = 0; %> <% var SubRS = Server.CreateObject("ADODB.Recordset"); SubRS.ActiveConnection = MM_hp_STRING; SubRS.Source = "SELECT CatID, CatName FROM Category WHERE CatTypeID = 2"; SubRS.CursorType = 0; SubRS.CursorLocation = 2; SubRS.LockType = 1; SubRS.Open(); var SubRS_numRows = 0; %> <% var HLooper1__numRows = -4; var HLooper1__index = 0; CategoryRS_numRows += HLooper1__numRows; %> <% var Repeat1__numRows = -1; var Repeat1__index = 0; SubRS_numRows += Repeat1__numRows; %>
<%=(CategoryRS.Fields.Item("TypeHeading").Value)%> |
||||||
|