%@LANGUAGE="JAVASCRIPT" CODEPAGE="1252"%> <% var Content__MMColParam = "1"; if (String(Request.QueryString("section")) != "undefined" && String(Request.QueryString("section")) != "") { Content__MMColParam = String(Request.QueryString("section")); } %> <% var Content = Server.CreateObject("ADODB.Recordset"); Content.ActiveConnection = MM_MediaEdge_STRING; Content.Source = "SELECT ID, Price, Title_Main, Content_Main, Image_Main, Image_Width_Main, Image_Height_Main, Vertical_Space_Main, Horizontal_Space_Main, Background_Main FROM Content, Section_Content WHERE ID = Content_ID AND Section_ID = "+ Content__MMColParam.replace(/'/g, "''") + " "; Content.CursorType = 0; Content.CursorLocation = 2; Content.LockType = 1; Content.Open(); var Content_numRows = 0; %> <% var Repeat1__numRows = -1; var Repeat1__index = 0; Content_numRows += Repeat1__numRows; %>
| <%=(Content.Fields.Item("Title_Main").Value)%> <%=(Content.Fields.Item("Content_Main").Value)%> |