Computing.Net > Forums > Web Development > Auto Refresh

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

Reply to Message Icon

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 ?


roamhosting.net



Sponsored Link
Ads by Google

Response Number 1
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

roamhosting.net


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


PHP and Sockets Gif alpha transparency



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Web Development Forum Home


Sponsored links

Ads by Google


Results for: Auto Refresh

Auto refreshing a page once loaded www.computing.net/answers/webdevel/auto-refreshing-a-page-once-loaded/2367.html

Auto Responders www.computing.net/answers/webdevel/auto-responders/987.html

Asp.net auto-generate metatags www.computing.net/answers/webdevel/aspnet-autogenerate-metatags/2711.html