<%@LANGUAGE="VBSCRIPT"%> <% Response.Buffer = True %> <% ' ******************************************************************* ' Application Name: IBEEM CONTENT MANAGEMENT SYSTEM ' Application Group: ACECOMP PLUS - IBEEM CONTENT MANAGEMENT FAMILY ' Version: IBEEM 4.5 ' Application: ASP ' Database: MSSQL ' Copyright © Acecomp Plus Corporate Site Solutions - www.acecomp.com ' All rights reserved 1997-2006. ' ******************************************************************* ' IBEEM LOG: ' DATE INITIALS CHANGES ' 20/12/2005 MT Initial Version ' 01/01/2006 MT ScottWoods Transport ' ******************************************************************* ' NOTES: ScottWoods Transport Site ' ************************************************************************ ' DESCRIPTION: ' ************************************************************************ ' IBEEM CMS, IBEEM EMS, IBEEM ECMS, IBEEM INTRANET AND IBEEM ECMS+I ARE LICENSED BY ACECOMP PLUS UNDER ISLA (IBEEM Software License Agreement). %> <% Dim content__coid content__coid = "46" if (Request("content_id") <> "") then content__coid = Request("content_id") %> <% set content = Server.CreateObject("ADODB.Recordset") content.ActiveConnection = MM_conn_STRING content.Source = "SELECT * FROM dbo.SITE_CONTENT WHERE content_id = '" + Replace(content__coid, "'", "''") + "' AND content_status = 'act'" content.CursorType = 0 content.CursorLocation = 2 content.LockType = 3 content.Open() content_numRows = 0 %> <%=(content.Fields.Item("metatag_title").Value)%> "> "> "> ">
<%=(content.Fields.Item("content_title").Value)%>
 
<%If request("content_id") = 86 then%>
<% END IF %> <%If (content.Fields.Item("content_clipart_show").Value) = 1 then%>
<% END IF %>

<%=(content.Fields.Item("content_content_1").Value)%> <% if (content.Fields.Item("content_id").Value)=91 then %> <% end if %> <% if request("content_id")= 184 then %> <% end if %> <% if request("content_id")= 141 then %> <% end if %> <% if request("content_id")= 59 then %> <% end if %>

 

 

 

<% content.Close() Set content = Nothing %>