• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

auto refershing a webpage

phreaqe

Golden Member
i am wondering if there is a way to make a webpage auto refresh after a certain amout of time. i work at a marina. we want to have a radar displayed on a tv in our office. right now we go to the weather.com website and use the animated weather radar. but after about 15 minutes it pops up saying that the map is outdated. is there any program that can auto refresh the page. the computer is running windows 98. it is a p3 500 with 32 megs of ram.

i had a java program that we wrote that would do it but this computer could not handle it. i had the newest java on it but it jsut crashed IE.

edited for spelling
 
will those programs run on that computer. the memory is a big bottleneck for thie comptuter.

how do you set it up to do this
 
Try this.... when looking at the page go to File -> Save as. Save the webpage somewhere.

Now, right click the *.html file for the page you just saved, go to "Open With" and pick Notepad. There may be a folder created with the images, but ignore that. Now, under the <head> tag paste this line:

<meta http-equiv="REFRESH" content="10;url=pagename.html">

"pagename" above being whatever the filename of the .html file is. Be sure to change that. Also, you can change how frequently refresh occurs by making the number above bigger or smaller. It's at 10 seconds there.

Now, save the text file and open it up. Should refresh...
 
yes, and I'd suggest firefox for your usage, you can give every tab a different timeout, memory usage should be high, but it will work. (might startup very slowly tho)
 
Back
Top