hmm if your doing what i think you are you can add the onClick tag to your href
ie..
<a href="cool.php" onClick="form_name.submit()">test</a>
i have no idea if this would work if you have the link goto a dff page then the form or if thats the wright way to do the submit()
if that dose not work you could go real complex and do something like an onChange on all of the form parts that would change the url of the link goes to
ie..
<a href="cool.php?this=
umm i dont know that much java sorry๐