Distributors
<% strState = Request.QueryString("state") Set objRec = Server.CreateObject("ADODB.RecordSet") szSql = "select * from Distributors where State = '" & strState & "'" objRec.Open szSql, "DSN=ajatrade", adOpenStatic, adLockReadOnly, adCmdText if objRec.EOF then Response.Write "" end if Do While not objRec.EOF %> <% objRec.MoveNext Loop objRec.Close Set objRec = Nothing %>
No Records Found.
<%=objRec("CompanyName")%>
Tel: <%=objRec("Phone")%> / Fax: <%=objRec("Fax")%>
<%=objRec("Street") & ", " & objRec("City") & ", " & objRec("State") & " " & objRec("Zip")%>
" target="_blank"><%=objRec("WebSite")%>

 
Select a State:
* Choose the state list above or click the map below.
Copyright ©2001Ajatrade.com. All Rights Reserved.