A
Anonymous
Guest
Hi.
does anyone know how to make a submit button out of a text link?
does anyone know how to make a submit button out of a text link?
<a href="#" onclick="document.forms['your_form_name_here'].submit();">Here is your submit text link!</a>