Now you can easily use text or an image as a submit button!
Add the below code to the <body> section of your page:
<form name="theForm"> <!-- Visit http://www.yaldex.com/ for full source code and get more free JavaScript, CSS and DHTML scripts! --> <input type=text name="formInput"> <a href="javascript:document.theForm.submit();">Submit</a> </form>