Hi,
don't understand - you want the buttons to take users to another page or you
want to use a text hyperlink to submit a form?
for the first - <input type="button" onclick="location.href='page.htm';">
for the second
<a href="javascript:;" onclick="document.forms[0].submit(); return
false;">submit form</a>
If you want something please post back with more info
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.