FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » detecting refresh versus initial page load.
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: detecting refresh versus initial page load. [message #183716 is a reply to message #183715] Sat, 16 November 2013 17:11 Go to previous messageGo to previous message
Christoph Michael Bec is currently offline  Christoph Michael Bec
Messages: 207
Registered: June 2013
Karma:
Senior Member
Path: textnews.cambrium.nl!feeder2.cambriumusenet.nl!feed.tweaknews.nl!193.141.40 .65.MISMATCH!npeer.de.kpn-eurorings.net!npeer-ng0.de.kpn-eurorings.net!news feed.arcor.de!newsspool4.arcor-online.net!news.arcor.de.POSTED!not-for-mail
Date: Sat, 16 Nov 2013 18:11:44 +0100
From: Christoph Michael Becker <cmbecker69(at)arcor(dot)de>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0
MIME-Version: 1.0
Newsgroups: comp.lang.php
Subject: Re: detecting refresh versus initial page load.
References: <l67d8v$7f8$1(at)news(dot)albasani(dot)net> <0(dot)f50de33254678f65771b(dot)20131116113713GMT(dot)87txfcshli(dot)fsf(at)bsb(dot)me(dot)uk> <l683at$i2t$1(at)news(dot)albasani(dot)net> <0(dot)ed99647d2af0afac394a(dot)20131116163857GMT(dot)87vbzsqp26(dot)fsf(at)bsb(dot)me(dot)uk>
In-Reply-To: <0(dot)ed99647d2af0afac394a(dot)20131116163857GMT(dot)87vbzsqp26(dot)fsf(at)bsb(dot)me(dot)uk>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Lines: 38
Message-ID: <5287a74a$0$9519$9b4e6d93(at)newsspool1(dot)arcor-online(dot)net>
Organization: Arcor
NNTP-Posting-Date: 16 Nov 2013 18:11:38 CET
NNTP-Posting-Host: 11bd153e.newsspool1.arcor-online.net
X-Trace: DXC=TDWMRRBZU5TV0Pe9PRnbJ\ic==]BZ:af^4Fo<]lROoRQnkgeX?EC@@PZ2OJfBR2YdS]on5W >QlUUPkX?Cbi;2S=_:22ekHR5hC_R9boY;9DVC]
X-Complaints-To: usenet-abuse(at)arcor(dot)de
Xref: textnews.cambrium.nl comp.lang.php:143064

Ben Bacarisse wrote:

> The Natural Philosopher <tnp(at)invalid(dot)invalid> writes:
>
>> On 16/11/13 11:37, Ben Bacarisse wrote:
>>> The Natural Philosopher <tnp(at)invalid(dot)invalid> writes:
>>>
>>>> I want to make behave slightly different the first time you load it to
>>>> when it refreshes itself - it auto refreshes using a meta refresh tag.
>>>
>>> If the page is "page.php" you can make the refresh link be something
>>> like "page.php?refreshed=1". Would that do what you want?
>>>
>>
>> But then it is going to refresh itself with the same parameters isn't
>> it?
>
> Yes, that seems to meet the specification you gave, but if you want the
> behaviour to be different every time, you can generate a different
> number for 'refreshed' every time. This is, after all, a server-
> generated page.
>
>> I don't think short of javascript as a replacement for
>> <meta http-equiv="refresh" content="107" />
>>
>> or whatever, there is any way to do this.
>
> Maybe I am misunderstanding what the "this" is.

I assume that the OP is not aware that the content attribute optionally
accepts a URI, e.g.:

<meta http-equiv="refresh" content="5; url=http://example.com/">

However, I'd rather avoid http-equiv=refresh at all.

--
Christoph M. Becker
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: how change an array
Next Topic: Linking problem
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Mon Sep 16 19:36:14 GMT 2024

Total time taken to generate the page: 0.03987 seconds