Buttons - back

<button onclick="rtn()">Back to</button>
<script>
function rtn() {
   window.history.back();
}
</script>
Info | Print | Permalink