I'm searching for a NON-JAVASCRIPT form button solution for use as a link to another page. I found this on the NET, but am curious as to whether it is a viable cross-browser solution. It does work in IE... not sure of other browsers.
Anyone?
Anyone?
Code:
<form method="link" action="somepage.htm">
<input type="submit" value="go to somepage">
</form>