%
FieldName = request.form("FieldName")
FieldValue = request.form("FieldValue")
OrderBy = request.form("OrderBy")
'CREATE ZIP CODE LOCATOR OBJECT
Set zipLoc = Server.CreateObject("ZipcodeLocator.Locator")
zipLoc.ConnectionString = strConn
'ResultsbyStringField(FieldName to Search On, Value of Field to Search On, Field Name to Order by)
Set rs = zipLoc.ResultsbyStringField(FieldName,FieldValue, OrderBy)
ErrorMessage = zipLoc.ErrorString
Set zipLoc = Nothing
%>
Retailers Where <%=FieldName & " = " & FieldValue %> |
||
| <%=rs.fields("CompanyName")%> <%=rs.fields("Address")%> <%=rs.fields("City")%>, <%=rs.fields("State")%> <%=rs.fields("PostalCode")%> |
phone : <%=formatphone(rs.fields("PhoneNumber"))%> | |
|
|
||
|
<%=count%> store(s) found |
||
| Directions by |
|
| www.expedia.com |