Back and Forward Button anchor tag code

by Francis 2012-12-20 14:43:23

Back and Forward Button anchor tag code
Its should works like Back and Forward History of web pages in hyper links.

<a href="javascript:" onclick="window.history.back();"> Back </a>
<a href="javascript:" onclick="window.history.forward();"> Forward </a>
882
like
0
dislike
0
mail
flag

You must LOGIN to add comments