Code:
<A href="javascript:back()">Back</A>
In Js file,
Code:
function back(){
   history.go(-1);
}
...