how to refresh the page continuously without clicking the refresh button.
please help me...its very urgent.
kokila devi
Greenhorn
Joined: Feb 18, 2010
Posts: 11
posted
0
hi,
I've used this code to refresh the page without refreshing manually but it is not working out. How to refresh the page continuously without clicking the refresh button.
Why wouldn't you just use the meta refresh? Or a JavaScript timer?
kokila devi
Greenhorn
Joined: Feb 18, 2010
Posts: 11
posted
0
hi
I've used the following code for refreshing the page
Now the problem is it is refreshing the page as it is looking like opening and closing the page.To hide the refreshing status bar i've used window.statusbar.visible=false; But it is not working out. So please give a solution for this its very urgent...
Thanks in advance....
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15362
6
posted
0
You can not hide the status bar unless you hide it with window.open.
If you want to refresh the page without actually refreshing the page, you are doing it wrong.