Home > Archive > ASP > December 2007 > refresh asp page on single click
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
refresh asp page on single click
|
|
| vinodkus@gmail.com 2007-12-15, 7:56 am |
| Dear Sir/madam
Please tell me how to refresh an asp page in a single click of a
button.
Thanks in Advance
| |
| Anthony Jones 2007-12-15, 6:56 pm |
| <vinodkus@gmail.com> wrote in message
news:b10f50b8-3494-44bf-af5a-dce12d8cb007@18g2000hsf.googlegroups.com...
> Dear Sir/madam
> Please tell me how to refresh an asp page in a single click of a
> button.
>
The browser has a refresh button in the toolbar, if you click that the page
refreshes.
Does that help?
--
Anthony Jones - MVP ASP/ASP.NET
| |
| Evertjan. 2007-12-15, 6:56 pm |
| Anthony Jones wrote on 15 dec 2007 in
microsoft.public.inetserver.asp.general:
> <vinodkus@gmail.com> wrote in message
>
> The browser has a refresh button in the toolbar, if you click that the
> page refreshes.
As this is a serverside code NG,
he OP should be urged to combine the above with:
<% Response.Expires = -100 %>
[and trust the client has a reasonable correct machine time,
and a complying browser]
--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
|
|
|
|
|