|
<%
fp_sQry="SELECT * FROM Retailers WHERE (State = '::State::' AND Category = '::Category::')"
fp_sDefault="State=PC&Category=PC"
fp_sNoRecords="There are no Dick Idol retailers in this area."
fp_sDataConn="Database2"
fp_iMaxRecords=256
fp_iCommandType=1
fp_iPageSize=0
fp_fTableFormat=False
fp_fMenuFormat=False
fp_sMenuChoice="Dealer Name"
fp_sMenuValue="Dealer Name"
fp_iDisplayCols=7
fp_fCustomQuery=False
BOTID=0
fp_iRegion=BOTID
%>
<%=FP_FieldVal(fp_rs,"Dealer Name")%>
<%=FP_FieldVal(fp_rs,"Address 1")%>
<%=FP_FieldVal(fp_rs,"City")%>
<%=FP_FieldVal(fp_rs,"State")%>
<%=FP_FieldVal(fp_rs,"Zip")%>
<%=FP_FieldVal(fp_rs,"phone")%>
<%=FP_FieldVal(fp_rs,"Category")%>
|