Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Reload buttons 1

Status
Not open for further replies.

tnbrwneyez

Programmer
Oct 2, 2004
19
US
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!
 
if its reload then:
<a href="javascript:location.reload();">
<img border = 0 src="reload.gif">
</a>


>>Then, in a separate instance, I need to modify the same script to display the current number of history entries.

i dont understand this...

Known is handfull, Unknown is worldfull
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top