Reload button

P

Paul M

Hi
How can I put a reload button/refresh button on a page which causes the page
to reload its contents.
I have a flash movie in a page which appears in a window created using Jimco
spawn. Sometimes if the download is interrupted the movie hangs,you can then
press the refresh button on the browser and the movie repairs itself but
there is no refresh button on a JavaScript window, hence the need for a
button.
Best wishes
Paul M
 
J

Jon Spivey

Hi Paul,

You can do
<a href="javascript:;" onclick="location.reload(); return
false;">refresh</a>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top