Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<SELECT name="Country"
id="Country" style="width:248px;">
<OPTION value="All" <cfif (IsDefined("SESSION.Search.Country") AND "All" EQ SESSION.Search.Country)>selected</cfif>>The World</OPTION>
<CFOUTPUT query="GetCountry">
<OPTION value="#GetCountry.Country_str_code#"<cfif (IsDefined("SESSION.Search.Country") AND GetCountry.Country_str_code EQ SESSION.Search.Country)>selected</cfif>>#GetCountry.Country_str_name#</OPTION>
</CFOUTPUT>
</SELECT>
style="width:248px; height: 30px;">