You want to do this in server-side code?
<%
Dim strCountry
strCountry = Request.Form("radCountry")
If Len(strCountry) > 0 then
Response.Write("You selected: " & strCountry & "<br />" & vbCrLf)
End If
%>
Here you would have a set of radio buttons with the name radCountry
Cheers
Ken
Microsoft MVP - Windows Server (IIS)
www.adOpenStatic.com