Top "Refresh" questions

The periodic energizing required to maintain the contents of computer memory, screen, etc.

Refresh a page using PHP

How can I refresh a page using PHP periodically? If I can not do it by PHP, what is the …

php refresh
What requests do browsers' "F5" and "Ctrl + F5" refreshes generate?

Is there a standard for what actions F5 and Ctrl + F5 trigger in web browsers? I once did experiment in …

http browser caching cross-browser refresh
Refreshing all the pivot tables in my excel workbook with a macro

I have a workbook with 20 different pivot tables. Is there any easy way to find all the pivot tables and …

excel vba refresh
How to refresh Android listview?

How to refresh an Android ListView after adding/deleting dynamic data?

android android-listview refresh
Refresh Part of Page (div)

I have a basic html file which is attached to a java program. This java program updates the contents of …

javascript html refresh
Button that refreshes the page on click

I need a button that will refresh the page on the user's click. I tried this: <input type="button" …

javascript button refresh reload
Refresh (reload) a page once using jQuery?

I'm wondering how to refresh/reload a page (or even specific div) once(!) using jQuery? Ideally in a way right …

jquery refresh reload
Refresh image with a new one at the same url

I am accessing a link on my site that will provide a new image each time it is accessed. The …

javascript image url refresh
How to force an entire layout View refresh?

I want to force the main layout resource view to redraw / refresh, in say the Activity.onResume() method. How can …

android layout refresh