This sample code shows you how to fill an ASP.NET DropDownList control
with site locations and have clients use it to navigate your site.
It includes both the client-side javascript and server-side redirection
code so that you can choose whichever you prefer.
The main change from the original classic ASP version is that I've now consolidated the
two parts into one file... it's just tidier that way.