<%@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, 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; %> Building Block Technology <% while ((Repeat1__numRows-- != 0) && (!Content.EOF)) { %> %" border="0" cellpadding="0" cellspacing="0">
" alt="" width="<%=(Content.Fields.Item("Image_Width_Main").Value) %>" height="<%=(Content.Fields.Item("Image_Height_Main").Value) %>" hspace="<%=(Content.Fields.Item("Horizontal_Space_Main").Value)%>" vspace="<%=(Content.Fields.Item("Vertical_Space_Main").Value)%>">
<%=(Content.Fields.Item("Title_Main").Value)%>
<%=(Content.Fields.Item("Content_Main").Value)%>
<% Repeat1__index++; Content.MoveNext(); } %> <% Content.Close(); %>