|
|
Q1205 How can I reload the same page automatically three times? And when using the refresh command, how can I get it to stop?
irt.org | Knowledge Base | JavaScript | Redirect | Q1205 [ previous next ] Q1205 How can I reload the same page automatically three times? And when using the refresh command, how can I get it to stop?Using the meta tag like:
Will either continually reload the same page 10 seconds, or if used with different pages (e.g. index1.htm, index2.htm, index3.htm) will reload three times, but using three different pages. The following JavaScript solution will give you what you want:
Feedback on 'Q1205 How can I reload the same page automatically three times? And when using the refresh command, how can I get it to stop?' |
-- div -->
|