2011/11/08

Create a back button on a page

<script type="text/javascript">
function goBack()
  {
  window.history.back()
  }
</script>

<input type="button" value="Back" onclick="goBack()" />

1 comment:

 What is AI? Artificial Intelligence (AI) is the ability of machines or computer systems to perform tasks that normally require human intell...