Posts Tagged go back
How to go back to the previous page using Javascript
Posted by Imran Akram in Javascript on June 26, 2008
well, this is how you can go back to the previous page through Javascript.
javascript:history.go(-1);
Posted by Imran Akram in Javascript on June 26, 2008
well, this is how you can go back to the previous page through Javascript.
javascript:history.go(-1);