How to go back to the previous page using Javascript
June 26, 2008
4 comments
well, this is how you can go back to the previous page through Javascript.
javascript:history.go(-1);
well, this is how you can go back to the previous page through Javascript.
javascript:history.go(-1);