While we are all familiar with the use of buttons (Submit, Join Now, Click Here) for all manner of executing a form, there is also the possibility of using text to accomplish the same thing. Try this:

<a href=”javascript: executeFunction();”>CLICK ME</a>

You can then have javascript in your <HEAD> section that will accomplish alomost anything.