|
<%=rs1("address")%> |
|
<%Response.Write rs1("city") & ", " & rs1("state") & " " & rs1("zipcode")%>
|
| Phone:
<%=rs1("phone")%> |
|
<%
maplink = "http://www.mapquest.com/maps/map.adp?country=US&addtohistory=&address=" & parseaddress(rs1("address")) & "&city=&state=&zipcode=" & rs1("zipcode") & "&homesubmit.x=35&homesubmit.y=15"
%>
|
|
| Stocking
Products |
<%'need to connect to dealerlocater table to get stocking products for dealer
'rs2.open "SELECT * FROM kcdatabase_dealerlocater WHERE customerid=" & rs1("ID"),cn1
if rs1("flamespec") = 1 then %>
•
|
FlameSpec®
|
<% end if %>
<% if rs1("korlite") = 1 then %>
•
|
Korlite™
|
<% end if %>
<% if rs1("roofing") = 1 then %>
• |
Structodek® Roof Insulation |
<%end if %>
<% if rs1("sheathing") = 1 then %>
• |
Premium Insulating Sheathing |
<%end if %>
<% if rs1("sturdybrace") = 1 then %>
• |
SturdyBrace™ |
<%end if %>
<% if rs1("soundstop") = 1 then %>
• |
SoundStop® |
<%end if %>
<% if rs1("versakore") = 1 then %>
• |
Versakor® IB |
<%end if %>
|