Hello,

I have a page with a form with two drop down menus -- for state and fiscal year. I 
want the action (target) of the form to be a page whose directory is defined by the 
fiscal year selected and whose file name is defined by the state selected.

I.e. from select_plan.cfm (the page with the form) I want to be able to go to 
/fy2002/va.cfm if Fiscal Year 2002 and Virginia were selected from the menu options in 
the form.

I understand that I cannot have the following:

<form action="file="/#fiscalyear#/#statecode#.cfm" method="post" name="info">

where both fiscalyear and statecode are selected in this same form.

How can I implement this?

Thanks in advance,

Mitko
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Reply via email to