Local and County Party
Web Site Directory

This page is the place to find local and county party web sites. 
We hope that you find what you need. 
If  your local party site is not listed, please Submit it to us here.

Choose a Party: Choose a State:
<% call query2listm("select distinct MISC from Party", _ "MISC","DSN=polrescparty;uid=admin;pwd=admin") %> <% call query3listm("select distinct ST from Party", _ "ST","DSN=polrescparty;uid=admin;pwd=admin") %>
 



<%sub query2listm(myquery,myname,myDSN) 'dim conntemp, rstemp set conntemp=server.createobject("adodb.connection") conntemp.open myDSN 'set rstemp=conntemp.execute(myquery) set rstemp = server.CreateObject("ADODB.Recordset") rstemp.Open myquery,conntemp %> <%rstemp.close set rstemp=nothing conntemp.close set conntemp=nothing end sub%> <%sub query3listm(myquery,myname,myDSN) dim conntemp, rstemp set conntemp=server.createobject("adodb.connection") conntemp.open myDSN set rstemp=conntemp.execute(myquery) %> <%rstemp.close set rstemp=nothing conntemp.close set conntemp=nothing end sub%>