tnbrwneyez
Programmer
I need to take the following script and modify it to include a reload button along with the back and forward buttons.
<a href="javascript:history.back();">
<img border = 0 SRC="left.gif">
</a>
<a href="javascript:history.forward();">
<img border = 0 src="right.gif">
</a>
Then, in a separate instance, I need to modify the same script to display the current number of history entries.
Thanks!
<a href="javascript:history.back();">
<img border = 0 SRC="left.gif">
</a>
<a href="javascript:history.forward();">
<img border = 0 src="right.gif">
</a>
Then, in a separate instance, I need to modify the same script to display the current number of history entries.
Thanks!