Refresh button on webpage?
Solved
UsulArrakis
Posted messages
7683
Status
Contributor
-
Emmanuel.diatta -
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_)
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
I got mixed up with the refresh, actually it's:
But my
there you go :P
Zep3k!GnO
-->kurtis jackson:"In life, you need three things: fitness, aerobics, and me."
<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."
Ray
It works very well, thank you!
Emmanuel.diatta
Thank you