You don't mean a button that acts like a link do you? If so try this:

Code:
<FORM METHOD="LINK" ACTION="page.htm">
<INPUT TYPE="submit" VALUE="button name">
</FORM>
If that's not what your looking for say so and we'll see what we can come up with