%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<%
Dim Recordset2__MMColParam
Recordset2__MMColParam = "1"
If (Request("MM_EmptyValue") <> "") Then
Recordset2__MMColParam = Request("MM_EmptyValue")
End If
%>
<%
Dim Recordset2
Dim Recordset2_numRows
Set Recordset2 = Server.CreateObject("ADODB.Recordset")
Recordset2.ActiveConnection = MM_icenta_STRING
Recordset2.Source = "SELECT category, category_description, category_picture, heading, catorder, subcats, colour, displayorder FROM paper_categorydetails WHERE displayorder = " + Replace(Recordset2__MMColParam, "'", "''") + " ORDER BY catorder ASC"
Recordset2.CursorType = 0
Recordset2.CursorLocation = 2
Recordset2.LockType = 1
Recordset2.Open()
Recordset2_numRows = 0
%>
<%
Dim Recordset1__MMColParam
Recordset1__MMColParam = "1"
If (Request("MM_EmptyValue") <> "") Then
Recordset1__MMColParam = Request("MM_EmptyValue")
End If
%>
<%
Dim Recordset1
Dim Recordset1_numRows
Set Recordset1 = Server.CreateObject("ADODB.Recordset")
Recordset1.ActiveConnection = MM_icenta_STRING
Recordset1.Source = "SELECT category, category_description, category_picture, heading, catorder, subcats, colour, displayorder FROM paper_categorydetails WHERE displayorder = " + Replace(Recordset1__MMColParam, "'", "''") + " ORDER BY catorder ASC"
Recordset1.CursorType = 0
Recordset1.CursorLocation = 2
Recordset1.LockType = 1
Recordset1.Open()
Recordset1_numRows = 0
%>
<%
Dim RSContent__MMColParam
RSContent__MMColParam = "about"
If (Request("MM_EmptyValue") <> "") Then
RSContent__MMColParam = Request("MM_EmptyValue")
End If
%>
<%
Dim RSContent
Dim RSContent_numRows
Set RSContent = Server.CreateObject("ADODB.Recordset")
RSContent.ActiveConnection = MM_icenta_STRING
RSContent.Source = "SELECT * FROM paper_content WHERE page = '" + Replace(RSContent__MMColParam, "'", "''") + "'"
RSContent.CursorType = 0
RSContent.CursorLocation = 2
RSContent.LockType = 1
RSContent.Open()
RSContent_numRows = 0
%>
<%
Dim Repeat3__numRows
Dim Repeat3__index
Repeat3__numRows = -1
Repeat3__index = 0
Recordset2_numRows = Recordset2_numRows + Repeat3__numRows
%>
<%
Dim Repeat2__numRows
Dim Repeat2__index
Repeat2__numRows = -1
Repeat2__index = 0
Recordset1_numRows = Recordset1_numRows + Repeat2__numRows
%>
About icenta controls ltd
<%
While ((Repeat2__numRows <> 0) AND (NOT Recordset1.EOF))
%>
 |
 |
 |
 |
category.asp?category=<%=(Recordset1.Fields.Item("category").Value)%><% End If %><% If (Recordset1.Fields.Item("subcats").Value) = "NO" Then %>detail.asp?cat=<%=(Recordset1.Fields.Item("category").Value)%>&subcat=none<% End If %>'" onMouseOver="BGNew(this,'buttonover','flow products')" onMouseOut="BGNew(this,'button','')"> |
 |
 |
 |
 |
 |
 |
<%
Repeat2__index=Repeat2__index+1
Repeat2__numRows=Repeat2__numRows-1
Recordset1.MoveNext()
Wend
%>
 |
 |
 |
|
 |
 |
 |
 |
 |
 |
 |
 |
|
 |
 |
 |
 |
 |
 |
 |
 |
|
 |
 |
 |
 |
 |
 |
 |
 |
|
 |
 |
 |
 |
 |
 |
 |
 |
|
 |
 |
 |
 |
 |
 |
 |
|
 |
 |
 |
 |
 |
 |
 |
 |
<%=(RSContent.Fields.Item("content").Value)%> |
| |
|
|
<%
Recordset2.Close()
Set Recordset2 = Nothing
%>
<%
Recordset1.Close()
Set Recordset1 = Nothing
%>
<%
RSContent.Close()
Set RSContent = Nothing
%>