|
Posted by Flibble on 10/09/28 11:24
shorty <agent@agent.com> wrote in news:kt0cg1h83is0utalm4gu1jgamnao0i2reu@
4ax.com:
> How can I refresh a set of data that is displayed on a web page.
>
> Its hard to explain, but check out
> http://www.gb-online.co.uk/family_search4/familysearch.php
>
> You enter a name in the search box. The next page is displayed,
> hopefully with some data displayed.
>
> If you now go backwards to the original search page, the top 15 search
> words has not been updated.
>
> Is there anyway I can force a screen refresh on the search page, even
> thou its the browser thats is the problem ??
>
> I suppose I could put a back button on the PHP/MYSQL generated web
> page that reloads the page. But is there any other way.
Not sure if this helps your problem but you could force the page to expire
straight away and not be read from the browsers cache.
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="Tue, 01 Jan 1980 12:12:02 GMT">
Navigation:
[Reply to this message]
|