<%@LANGUAGE="VBSCRIPT"%> <% Session.LCID=2057 %> <% Dim rsContent Dim rsContent_numRows Set rsContent = Server.CreateObject("ADODB.Recordset") rsContent.ActiveConnection = MM_connCore_STRING rsContent.Source = "SELECT * FROM tblPages WHERE fldArea = 10" rsContent.CursorType = 0 rsContent.CursorLocation = 2 rsContent.LockType = 1 rsContent.Open() rsContent_numRows = 0 Dim PageId PageID = "contact" %> <%= (rsSiteInfo.Fields.Item("fldTitle").value) %> | <%=(rsContent.Fields.Item("fldHeading").Value)%> ">
Saito Sensei
Takemusu Iwama Aikido

<%=(rsSiteInfo.Fields.Item("fldSiteName").Value)%>

<%=(rsContent.Fields.Item("fldContent").Value)%> <% If (rsSiteInfo.Fields.Item("fldContactForm").value) = "Yes" Then %>
Your Details & Message

<% End If %>
<% rsContent.Close() Set rsContent = Nothing %>