Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Auto Refresh
Name: Jamie_McCoy Date: April 6, 2005 at 08:16:05 Pacific OS: XP Pro 5.1 CPU/Ram: Pentium 4 2.4Ghz
Comment:
yeh we all know the meta refresh tag.. can be very useful, but heres the problem
1: not every 1 has meta refresh allowed (not a big problem but never the less...) 2: it makes that clicking noise on mouse browsers when it refreshes...
is their a way to disable that clicking noise, or even another approach to refreshing the page content automatically after a set period of time ?
Name: anonproxy Date: April 6, 2005 at 19:55:32 Pacific
Reply:
I have never heard of disabling page refreshes (though Firefox probably has a config option for it). The clicking doesn't seem a huge issue either. More problematic in my mind are:
- it adds another page to the brower history - it reloads the entire document (inefficient, changes entire flow of page) - it is susceptible to session timeouts
" even another approach to refreshing the page content automatically after a set period of time ?"
Yes. Use a javascript timer and perform a refresh after so long. Alternatively, you can use a javascript timer and refresh the page more seamlessly with XMLHTTPREQUEST. This feature actually gives you a lot of power.
0
Response Number 2
Name: Jamie_McCoy Date: April 7, 2005 at 09:46:45 Pacific
Reply:
the fresh wud happen every 300 seconds
the click think wud start to get annoying for the users...
and, it will only be refreshing to execute about 30 lines of PHP code
Summary: Hi there, Wondering if anyone can help me, maybe if there is a program that i can use that will auto refresh a page for me once it has fully downloaded the page? something like this page http://www.la...
Summary: Hi, I've been asked to set up an informational site with a number or auto-responders. What he wants is to have someone forced to fill out a form with their contact info and send it to him. Immediatel...
Summary: I think I was making this ALOT harder than need be. I was under the assumption you could only insert auto-generated code in the body of an HTML document. I thought I had even tried this too. This make...