Forum Moderators: coopster
Will adding onclick="this.form.submit()" to your tag help? That should cause the form to submit and take whatever action you've set for the form's action attribute. In the target script, you can allow whatever further action is needed, including various header() functions chosen accoring to the values returned by the form.
I hope this helps.