"Mel" <mel@redolive.c om> wrote in message news:btcboa$92f $1@s0b1a68.ssa. gov...[color=blue]
> is it possible to find out if function F5 (reload) button was pressed ?[/color]
Mel wrote:
[color=blue]
> is it possible to find out if function F5 (reload) button was pressed ?[/color]
There is, but like all client-side methods it is not reliable. If you
have a problem with your web application (people posting dupes or so),
you better improve your server-side programming, using sessions for
example. Besides, IIRC this is near to be a FAQ.
Comment