<%=(AboutRS.Fields.Item("Heading").Value)%><%=(AboutRS.Fields.Item("Content").Value)%> |
||
%@LANGUAGE="JAVASCRIPT"%> <% var AboutRS = Server.CreateObject("ADODB.Recordset"); AboutRS.ActiveConnection = MM_hp_STRING; AboutRS.Source = "SELECT * FROM AboutUs"; AboutRS.CursorType = 0; AboutRS.CursorLocation = 2; AboutRS.LockType = 1; AboutRS.Open(); var AboutRS_numRows = 0; %>
![]() |
<%=(AboutRS.Fields.Item("Heading").Value)%><%=(AboutRS.Fields.Item("Content").Value)%> |
||