code : link ให้เป็น back next refresh

BACK

CODE
<a href="java script:history.back(1)" target="_self" >back</a>


NEXT

CODE
<a href="java script: history.forward()" target="_self" >next</a>


REFRESH

CODE
<a href="java script:location.reload()" target="_self" >next</a>