<% '********************************************************************************** ' VP-ASP 6.50 ' Author: Howard Kadetz ' Summary ' Generates a drop down list of countries. The fieldname is the current value of the ' country and will be set as selected if it exists. ' common countries can be specified first in the list ' followed by all countries ' xdisplaystates=US,UK,AU list of countries whose states are to display ' Modification: ' Nov 7, 2006 Redeveloped using shopcountries table '********************************************************************************* Sub ShopCountries(formname, fieldname,other) dim sql, rs, countryname, countryabbrev, selected dim dbc, i, selecteddone, count response.write "" shopclosedatabase dbc end sub %>