To answer your question - you CANNOT have one form with multiple actions, i.e., a form that actually triggers two requests. However, you can use scripting to automatically change the action attribute of the form to point to other destinations based on the value of the select field (i.e., use its onchange event to change the form's action attribute).
__________________
onPHP5.com -
PHP5: Articles, News, Tutorials, Interviews, Software and more