But if you want try more functions ... just for fun
F5 reload your page
but if you want to add two buttons to go previous or next with reload... try this
Open file styles/prosilver/template/overall_footer.html
Find :
Code: Select all
<div class="copyright">
Code: Select all
<form action="" method=post>
<p><input type=button name="bottom" value="{L_PREVIOUS}" onclick="javascript:history.go(-1)"> <input type=button name="bottom" value="{L_NEXT}" onclick="javascript:history.go(1)"></p>
</form>
For Infos :
F5 reload the page, but with Javascript you can just refresh the page (not reload, cos it's different)