There are a number of ways this could be accomplished.
If you want to use Javascript on a regular submit input:
And form.php would look similar to:
Or use an image with a Javascript onclick event, same as the example above, only with an <img> tag:
Or you can use styled links with
href="javascript:document.forms['myForm'].submit"... all sorts of crap.
