Refresh button on webpage?

Solved
UsulArrakis Posted messages 7683 Status Contributor -  
 Emmanuel.diatta -
Hello

I am in charge of some of the intranet pages at my work and I would like to add a button that, when clicked, refreshes the current page.

Is that possible?
And if so, how do we do it?

I will also have the same question about clearing the temporary files folder!

We use IE and Frontpage 2000

Thank you
--
(_Usul of Arrakis
Serial_Dreamer_)

13 answers

Zep3k!GnO Posted messages 2049 Status Member 200
 
I got mixed up with the refresh, actually it's:

 <input type="button" OnClick="javascript:window.location.reload()" value="Refresh"> 

But my

 <input type="button" value="Refresh" Onclick="javascript:window.history.go(0)"> 


there you go :P

Zep3k!GnO
-->kurtis jackson:"In life, you need three things: fitness, aerobics, and me."
30
Ray
 
It works very well, thank you!
0
Emmanuel.diatta
 
Thank you
0