I'm trying to allow the user to select a category from a drop down list - I have used the form command to enable this.

What I want is that once this value has been inputed the page will direct to the appropriate page depending on what has been submitted from the drop down list.

I tried downloading the Expinion FAQ Generator which basically does exactly this but with no joy - hence I've tried programming it myself and have started with the form command. Is there a way of storing the input from the form and using this value to decide which page should be displayed next??? i.e. modifying the action command appending the value of the inputted data.

Many thanks in advance for any response.