Back Button in Java script

In Javascript, There are two ways to move back from your current page:

1. <a href="javascript: history.go(-1)">Go Back</a><br />

2. <script type="text/javascript"> javascript:history.back() </script>

0 comments: