I am using a aspmailer(I think) for a form but I want my button not to be the standard buttons. Text, or anyother good ideas, I tried some JavaScript and it would not work.
<code>
<a href="javascript:document.theForm.submit();">Submit</a>
</code>
Thanks!
<code>
<a href="javascript:document.theForm.submit();">Submit</a>
</code>
Thanks!