<%@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, Link, Image, Image_Height, Image_Width, Vertical_Space, Horizontal_Space, Description 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" cellspacing="0" cellpadding="0">
" alt="" width="<%=(Content.Fields.Item("Image_Width").Value) %>" height="<%=(Content.Fields.Item("Image_Height").Value) %>" hspace="<%=(Content.Fields.Item("Horizontal_Space").Value) %>" vspace="<%=(Content.Fields.Item("Vertical_Space").Value) %>" align="top"> " target="navigation"><%=(Content.Fields.Item("Title").Value)%>
<%=(Content.Fields.Item("Description").Value)%>
<% Repeat1__index++; Content.MoveNext(); } %> <% Content.Close(); %>