%@LANGUAGE="JAVASCRIPT"%>
<%
var ResidentialBasic__MMColParam = "Basic";
if (String(Request("MM_EmptyValue")) != "undefined" &&
String(Request("MM_EmptyValue")) != "") {
ResidentialBasic__MMColParam = String(Request("MM_EmptyValue"));
}
%>
<%
var ResidentialBasic = Server.CreateObject("ADODB.Recordset");
ResidentialBasic.ActiveConnection = MM_HouseNanny_STRING;
ResidentialBasic.Source = "SELECT * FROM ServiceMaster WHERE ServiceCategory LIKE '%"+ ResidentialBasic__MMColParam.replace(/'/g, "''") + "%' ORDER BY Recno ASC";
ResidentialBasic.CursorType = 0;
ResidentialBasic.CursorLocation = 2;
ResidentialBasic.LockType = 1;
ResidentialBasic.Open();
var ResidentialBasic_numRows = 0;
%>
<%
var Repeat1__numRows = -1;
var Repeat1__index = 0;
ResidentialBasic_numRows += Repeat1__numRows;
%>
Apartment House Watch Service - House Sitting - Palm Beach County Florida
|
|
|
|
|
|
|
| |
House Nanny Apartment House Watch Service
Our residential house watch service comes standard with the following services:
| Service |
Description |
<% while ((Repeat1__numRows-- != 0) && (!ResidentialBasic.EOF)) { %>
| <%=(ResidentialBasic.Fields.Item("ServiceName").Value)%> |
<%=(ResidentialBasic.Fields.Item("ServiceDescription").Value)%> |
<%
Repeat1__index++;
ResidentialBasic.MoveNext();
}
%>
|
|
 |
|
Copyright 2005-2006 House Nanny. All rights reserved. |
<%
ResidentialBasic.Close();
%>