Back buttom java script

<form>
<input type=”button” value=”Back” onClick=”history.go(-1)”>
</form>