Look-Ma-No-Hands HTML Tricks : "Go Next" Button

Updated on : 02-02-2002
No Java, no plugins, no nothing. Just a simple and stunningly useless HTML trick. It may even not always work depending on the kind/version of the browser you use. But what do I care?!

Here's another button that simply emulates the browser's "Advance" or "Go next" button:

This is how it's written:

<form>
<input type="button" value="Next" onclick="history.forward()">
</form>