To make a text link submit a form, have the contents of the href be the following
javascript:document.form-name.submit();"
with form-name being the name of the form that you want to submit. Just remember that not everyone has javascript enabled, so not everyone would be able to submit the form.
|