I'm trying to build an index.html with a script that does the following: The index opens and a simple pull-down menu shows. The contents of the pulldown menu should depend on the contents of a folder on the server. Like website.org, site.org, mysite.org (location of that folder can be anywhere on the server, that's no problem). When a choice is made the script should create an automatic redirect to an url like: http://www.stats.stats.org/awstats/awstats.pl?config=$choice made at the pulldown. Can this be done and how should I do it? Regards