Snippets

Here is your code snippet

Code


Previous page button

Go back a page when the button is pressed

<form>
<input type="button" value="Back to Previous Page"
onClick="javascript: history.go(-1)">
</form>